Maze Solver is a GUI that solves mazes, built with Python and Tkinter. It will generate a randomized maze and then systematically solve it, and the solved path will be displayed in red.
You need to have Python and TkInter installed in your PC to run this program.
- Fork and clone the repo.
- Go to repo's root directory.
- Inside repo's root directory run the
./main.sh
command in the terminal.
This project is a part of BOOT.DEV, an online course to learn back-end development.