Rotate a maze to get a box to the goal:

  • Rotate the maze using the left and right arrow keys
    • Press left to turn counterclockwise
    • Press right to turn clockwise
  • Gravity will force the box to accelerate downwards
    • The box stops when it hits a wall
    • The speed the box resets every time a rotation occurs
  • The goal is located at the center of the maze
    • When the goal is reached, a maze is completed
    • After the goal is reached, the game moves on to the next maze
  • The game ends when time runs out
    • The starting time decreases as more mazes are completed
    • High scores are displayed at the end screen

Leave a comment

Log in with itch.io to leave a comment.