From 10495eaab56de24dad69a78f8bb24226b8c44dff Mon Sep 17 00:00:00 2001 From: Paul Reiber Date: Wed, 18 Sep 2019 19:08:51 -0700 Subject: [PATCH] Updates for README.md Recommended additions to help others get past the two hurdles I encountered. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.