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
Command line flags:
-S[0-8]*
the rules for when an alive cell survives-B[0-8]*
the rules for when a new cell is born-A[0-256]
provide a color for alive cells-D[0-256]
provide a color for dead cells
Some interesting rulesets can be found in this list.
Actions:
- Mouse: draw (by default: create new cells)
- Space: toggle mouse mode between create/destroy
p
: toggle play/pauseq
or Escape: quitc
: clear the world