The program expects a 2-D equation in x and y, and plots the curve in a gui rendered by turtle.
The aim of this program was to simulate the working of a real life Micromouse.
- The program opens a fully completed maze.
- User can click on an edge to open that side of a cell
- clicking within the circle will start the simulation and a turtle simulating the mouse will traverse the maze following the most optimal path.