In each level, you're given a set of command buttons (e.g., Move Left, Move Right, Jump Forward, etc.) and a limited number of slots (3โ€“5).

Your job is to fill those slots with a sequence of commands that the player will repeat in a loop. The loop keeps running until the player either:

โœ… Reaches the flag (wins)
โŒ Falls into a trap or gap (fails)

Each level is a logic puzzle that challenges you to plan and loop your commands cleverly to overcome obstacles like spikes, gaps, and tricky timing.

๐Ÿงฉ Commands in Game:

  • Move Left (โ†) โ€“ Moves 1 tile to the left

  • Move Right (โ†’) โ€“ Moves 1 tile to the right

  • Dash () โ€“  Moves 2 tiles forward by default (to the right). To dash left, place  a Move Left (โ†) command before it.

  • Jump Forward (โ‡งโ†’) โ€“Jumps 3 tiles forward over gaps or spikes

  • Jump Backward (โ‡งโ†) โ€“ Jumps 3 tiles backward over gaps or spikes

  • Wait (โธ) โ€“ Stay in place for 1 turn

๐Ÿ”— Assets & Credits:

Cubes: Cube World Proto Series โ€“ Unity Asset Store

Background Images: 2D Fantasy Sprite Bundle โ€“ Unity Asset Store

Sound Effects: Free UI Click Sound Pack โ€“ Unity Asset Store

UI Elements: 2D Casual UI HD โ€“ Unity Asset Store

Background Music: Music Loop Bundle by Tallbeard Studios โ€“ itch.io

Development log

Leave a comment

Log in with itch.io to leave a comment.