A recursive backtracking algorithm implemented in Pygame to make a maze
To run install pygame. We reccomend you use a virtual enviroment
---Linux---
python3 -m venv env
source env/bin/activate
pip install pygame
To exit out of the virtual enviroment simply type
deactivate
To run the program run:
python index.py
~