Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.25 KB

README.rst

File metadata and controls

37 lines (27 loc) · 1.25 KB

Build badge Documentation badge Coverage badge Requirements badge

Micromouse Maze Simulator

The simulator acts as a server and can load different mazes. Any client can connect to it to ask for the current position walls, move from one cell to another and visualize the simulated micromouse state. Watch it in action!

Install it with:

pip3 install --user mmsim

Run it with:

mmsim

For further details and instructions on how to implement a client, refer to the Micromouse Maze Simulator documentation.