Generating and solving a maze using a depth-first traversal algorithm in python.
You need to have TKinter installed for it to work.
After being on the project directory
python -m venv .venv
Start the venv
Unix-like
source .venv/bin/activate
Windows
.venv\Scripts\activate.bat
Run the code
python main.py