diff --git a/README.md b/README.md index 7d1691448fb5cc099b8b012655a36907d6ed450c..2a3a49d35a5acfb3b8a6f29855dcc257dee6418c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,21 @@ Multi-threaded game of life with 8 generation history (current + 7 generations back). ## Use instructions + ### Overview -Mouse - draw living cells.<br /> -Enter/Return - toggle life at ~60 generation per second.<br /> -Right Arrow - step forward one generation.<br /> -Left Arrow - step backward one generation.<br /> -\+ - zoom in<br /> -\- - zoom out<br /> -Shift+R - start/stop recording, when recording is stopped, it'll take some time to render it to a file, frames being played back at the rate of video encoding<br /> +TODO + +### Controls +Mouse : draw living cells.<br /> +Enter/Return : toggle life at ~60 generation per second.<br /> +Right Arrow : step forward one generation.<br /> +Left Arrow : step backward one generation.<br /> +\+ : zoom in<br /> +\- : zoom out<br /> +~ : fill the screen at random<br /> +Backspace : clear the screen<br /> +Shift+R : start/stop recording, when recording is stopped, it'll take some time to render it to a file, frames being played back at the rate of video encoding<br /> +Escape : stop the rendering process (video until that point still saved)<br /> ### Special secret dangerous command line parameters