Introduction
So, here’s Level 1 for you. In every level, we’ve got a player character at the bottom left and a level goal on the top right. Most important is, though, what’s between the two elements: The area that the player traverses across, which appears to be tiled into quadratic fields.
The player traverses the levels tile by tile upon given input.
Voila! Once we’ve reached the level goal, we get to play the next level.
The level is completed once the player has successfully reached the level’s goal.