diff --git a/README.md b/README.md index f0c6b8b..7d8a96e 100755 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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.