In this game, players shall write programs to make the robot get out of a maze automatically as soon as possible.
Following GymBox can play this game:
- Maze Bot
Game Rules:
- Robot should not damage the maze structure.
- Robot should not climb the maze wall
- There is a region in the maze marked as “Start”, in which the robot shall be placed.
- There is a region in the maze marked as “Exit”, which is the the exit of the maze
- One robot is in the maze at a time
How to play the game
- A robot is placed in the “Start” region, its direction is randomized.
- The robot cannot move before the game starts
- Timer starts when the game starts
- The player robot shall send commands to start robot movement or simply drop the robot vertically on the maze floor
- Game ends when times up or the player robot arrives the “Exit”
- The player wins the game with the least time to exit the maze