A terminal version of Conway's Game of Life.
Go to file
2019-03-18 16:51:32 -07:00
conway.c Added zero-filled option for blank canvas. 2019-03-18 16:48:54 -07:00
LICENSE Initial commit 2019-03-18 16:05:51 -07:00
Makefile Initial commit 2019-03-18 16:05:51 -07:00
README.md Added documentation on mouse. 2019-03-18 16:51:32 -07:00

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).