veccell is a pet project to toy with Cellular Automata and the Go programming language.
# get the sources $ git clone https://github.com/virtualtam/veccell.git # go >= 1.11: enable module support $ export GO111MODULE=on # build binaries $ make build
elementary
: an Elementary Cellular Automatongame-of-life
: a simple implementation of Conway's Game of Lifegame-of-life-dx
: a simple implementation of Conway's Game of Life, with additional bells and whistles!
Key | Action |
---|---|
ctrl+c | quit |
q | quit |
r | randomize state |
up | increase render delay |
down | decrease render delay |