A terminal version of Conway's Game of Life.
conway.c | ||
LICENSE | ||
Makefile | ||
README.md |
Conway
A termbox program for running Conway's Game of Life.
Usage
Different rulesets can be provided with the conway -S23 -B3
flags. To start
with a blank canvas instead of a randomized canvas, use -Z
.
You can draw with the mouse and press space to toggle drawing mode (default: create living cells).
Pressing p
will toggle play/pause and pressing escape or q
will quit.