Go to file
Kyler Olsen aa3b405188 Implemented Aldous-Broder-Wilson Algorithm 2025-01-31 22:18:02 -07:00
notes Implemented Aldous-Broder-Wilson Algorithm 2025-01-31 22:18:02 -07:00
.gitignore Started game.py 2024-11-07 22:21:42 -07:00
LICENSE Added License 2024-11-07 20:09:17 -07:00
README.md Started game.py 2024-11-07 22:21:42 -07:00
game.py Added simple collision testing 2024-11-15 10:18:22 -07:00
maze.py Implemented Aldous-Broder-Wilson Algorithm 2025-01-31 22:18:02 -07:00
visualize.py Implemented Aldous-Broder-Wilson Algorithm 2025-01-31 22:18:02 -07:00

README.md

Maze generators

Kyler Olsen

Both visualize.py and game.py require pygame to run:

pip install pygame-ce