Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.13 KB

README.rst

File metadata and controls

47 lines (34 loc) · 1.13 KB

veccell - cellular automata - power gliders

veccell is a pet project to toy with Cellular Automata and the Go programming language.

Building

# get the sources
$ git clone https://github.com/virtualtam/veccell.git

# go >= 1.11: enable module support
$ export GO111MODULE=on

# build binaries
$ make build

Automatons

Controls

Key Action
ctrl+c quit
q quit
r randomize state
up increase render delay
down decrease render delay