A program for generating cellular automata.
> ca --help
Usage of ca:
-cells int
number of cells (default 50)
-file string
output filename
-format string
output format; override file extension; one of: txt, svg, gif, json, png, jpg, jpeg
-gens int
generations (default 50)
-r int
rule (0-255) (default 30)
-rand
randomized initial state
See the go generate commands in example.go.
[ ] Input files (json, etc).
[ ] Fix gif output.