Maze-Solver maze solver built using tkinter Structure of project src: contains all source code How to run Navigate to src directory Run python3 main.py or python main.py depending on system. Stack used Python: Tkinter Aim Generate a maze and solve it using path finding algorithms.