Maze generator and solver Hey there! This is a basic maze generator and solver created in python3 using tkinter. Preview Maze-generator algorithms: Depth-first search Minimum spanning tree (Prim's Maze Generator) Maze-solver algorithm: Depth-first search Requirements Tkinter v8.6 Python3 v3.8.5 Building from source $ python3 main.py