From c313278cc5a19caf0ac64234e45164719147c710 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2019 17:56:51 -0700 Subject: [PATCH] Added doc --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b75a68c..3fd1657 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Conway A termbox program for running Conway's Game of Life. -# Usage +## Building +`make` to build and `make install` to install. + +## Usage Command line flags: * `-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: -* Mouse: draw (by default: create new cells) +* Mouse: draw cells (by default: create new cells) * Space: toggle mouse mode between create/destroy * `p`: toggle play/pause * `q` or Escape: quit