Skip to content

Fun with Go and cellular automatons

License

Notifications You must be signed in to change notification settings

virtualtam/veccell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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