/ToyRobot_MazeRunner

This is a robot simulator that runs on the terminal. The user can make the simulated robot move back/forward by n Steps, turn left/right, replay past movements, Load or Generate a procedural Maze of obstacles, and solve it using the Depth-First Search Algorithm. The program makes use of the turtle library to render the robot's environment and the obstacles to the user's GUI.

Primary LanguagePython

No issues in this repository yet.