Go to file
Kyler Olsen afec3c04de Removed commented-out code in AldousBroder 2025-01-31 12:18:51 -07:00
notes Check off Aldous-Broder algorithm 2025-01-31 12:13:58 -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 Removed commented-out code in AldousBroder 2025-01-31 12:18:51 -07:00
visualize.py Added working indication to maze visualizer 2025-01-31 12:12:52 -07:00

README.md

Maze generators

Kyler Olsen

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

pip install pygame-ce