This Python program runs an animated graphic of a maze first being constructed, then being solved.
The maze is constructed using a randomized depth-first search. The maze is then also solved using depth-first search.
Clone, then execute main.py with your locally-installed Python
executable.
This program was written using Python 3.11.