This web app can be used to test Micromouse algorithms in your web browser. It exposes a JavaScript Mouse API for controlling a simulated mouse running in a simulated maze. You can type your mouse driver code directly in a textbox on the web page. There are a large number of mazes to test your mouse algorithm . These mazes have been used in Micromouse competitions. The source of these mazes are http://www.tcp4me.com/mmr/mazes/
You can try the Micromouse Simulator online
This applicaiton is all client side JavaScript. The best bet might be to download and run it locally. This way you can edit and save your mouse driver code locally. It is also helpful to use Firefox's Firebug extension for debugging.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
Brandon Blodget (blodget.sw@gmail.com)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/bblodget/MicromouseSim
Open the file MicromouseSim/index.html in Firefox or Safari. Chrome's security model won't allow this application run locally only from a web server.