Write a Micromouse maze-solving algorithm in C++.
For use with mackorone/mms, a Micromouse simulator.
- Clone this repository
- Download the Micromouse simulator
- Run the simulator and click the "+" button to configure a new algorithm
- Enter the config for your algorithm (name, directory, build command, and run command)
- Click the "Run" button
Windows:
Linux (Ubuntu):
- If you're using Windows, you may need to download and install MinGW
- Communication with the simulator is done via stdin/stdout, use stderr to print output
- Descriptions of all available API methods can be found at mackorone/mms#mouse-api
- The example code is a simple left wall following algorithm