Added doc
This commit is contained in:
parent
916aa11de6
commit
c313278cc5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user