mazes2/README.md

11 lines
121 B
Markdown

# Maze generators
Kyler Olsen
Both `visualize.py` and `game.py` require pygame to run:
```
pip install pygame-ce
```