A terminal version of Conway's Game of Life.
Go to file
2019-03-18 16:11:18 -07:00
conway.c Tidying up 2019-03-18 16:11:18 -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 Initial commit 2019-03-18 16:05:51 -07:00

Conway

A termbox program for running Conway's Game of Life. Different rulesets can be used with conway -S23 -B3 syntax.