Go to file
Kyler Olsen e3eb9119ad Added simple collision testing 2024-11-15 10:18:22 -07:00
notes Added Wilson's Alg 2024-11-06 23:41:06 -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 Fixed maze converting 2024-11-10 20:51:19 -07:00
visualize.py Reversed maze cell boolean values and clean up 2024-11-09 23:50:24 -07:00

README.md

Maze generators

Kyler Olsen

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

pip install pygame-ce