A Project to construct a randomized maze and solve it using Python, Tkinter library
A maze is constructed randomly after initialising the Cells on the tkinter window
A solver is activated after the maze is setup, which recursively searches for the end of the maze where,
- The red line indicates the correct path of the maze
- The grey line indicates the incorrect path
The terminal indicates the creation of the maze and notifies the user if the randomly generated maze is solvable or not..