Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 349 Bytes

File metadata and controls

17 lines (12 loc) · 349 Bytes

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 ~