Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ speeds with moderate requirements.
1. Run the following commands :
```
git clone https://github.com/EricBurnett/GameOfLife.git
pip2 install pygame
cd GameOfLife
python2.6 life.py
```
Expand All @@ -27,6 +28,8 @@ Up/Down/Left/Right: Pan the viewport

PageDown/PageUp: Zoom in/out

Control+q: Quit

## Credits

Game of Life, copyright Eric Burnett, 2011.
Expand Down