vineetvb / micromouse

Micromouse Simulator and Maze solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micromouse

Micromouse Simulator and Maze solver

  • Simple Micromouse simulator
  • Create a random maze
  • Place a mouse with basic navigation
  • Configure your mouse with multiple wall detection sensors
  • Default maze navigation and maze solving algorithms
    • Plug in your own algorithms

MouseRun

Quick start

$ git clone git@github.com:vineetvb/micromouse

$ cd micromouse && mkdir build && cd build

$ cmake ..

$ make -j4

$ ./micromouse

Running on Unix

Should work out of the box on CentOSa nd Ubuntu

Running On Mac OS

Install XQuartz (xquartz.org)

Running on Windows

Not tested yet

About

Micromouse Simulator and Maze solver

License:GNU General Public License v3.0


Languages

Language:C++ 97.0%Language:CMake 3.0%