Micromouse competition is a robotic comptetion to navigate to the center of 16-by-16 maze using self-contained controller.
More information on rules can be found in IEEE Region 1 Micromouse rules.
Backtracking search in conjunction with uniform-cost search is used.
16-by-16 maze is represented as 31-by-31 2-dimensional byte array.
Arduino Zero is used as microcontroller.
More can be found in GitHub page.
For usage, please contact him@nyit.edu or ieeema@nyit.edu.