mms-javascript
September 23, 2019 ยท View on GitHub
Write a Micromouse maze-solving algorithm in JavaScript.
For use with mackorone/mms, a Micromouse simulator.
Setup
- 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, and run command)
- Click the "Run" button
Examples
Windows:

Linux (Ubuntu):

Notes
- You may need to download and install NodeJS
- Spaces in file paths are not allowed, you may need to change the default NodeJS install path
- Communication with the simulator is done via stdin/stdout, use stderr for logging
- Descriptions of all available API methods can be found at mackorone/mms#mouse-api
- The example code is a simple left wall following algorithm