This project simulates a robot with the task of exploring an unkown area and then finding the best path between any two locations. The robot cannot move diagonally and at any given point it can only see what is in front, to the left, and to the right of it.
##About
-
Build a maze using the map editor. (Red = obstruction, Green = start, Blue = finish)
-
Press "Begin." All of the squares will then turn gray (Unknown) and will gradually reappear as the robot discovers them (some may remain gray, this means there is no way the robot could ever see those spots). Boxes that turn yellow are boxes that the bot will revist to further explore at a later time.



