Show HN: IEEE Micromouse simulator – write and test maze-solving code
When no algorithm is running, the simulator displays the distance of each cell from the center of the maze. If so, your algorithm should reset any internal state and then call to send the robot back to the beginning of the maze. Note that, in order to use a maze in the simulator, it must be:
Also note that official Micromouse mazes have additional requirements:
Here are some links to collections of maze files:
If you want to write code for the simulator itself, you’ll need to build the project from source.
Source: github.com