Added doc

This commit is contained in:
Bruce Hill 2019-03-18 17:56:51 -07:00
parent 916aa11de6
commit c313278cc5

View File

@ -1,7 +1,10 @@
# Conway # Conway
A termbox program for running Conway's Game of Life. A termbox program for running Conway's Game of Life.
# Usage ## Building
`make` to build and `make install` to install.
## Usage
Command line flags: Command line flags:
* `-S[0-8]*` the rules for when an alive cell survives * `-S[0-8]*` the rules for when an alive cell survives
@ -13,7 +16,7 @@ Some interesting rulesets can be found in [this list](http://psoup.math.wisc.edu
Actions: Actions:
* Mouse: draw (by default: create new cells) * Mouse: draw cells (by default: create new cells)
* Space: toggle mouse mode between create/destroy * Space: toggle mouse mode between create/destroy
* `p`: toggle play/pause * `p`: toggle play/pause
* `q` or Escape: quit * `q` or Escape: quit