Skip to content

jmank88/ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular Automata GoDoc Go Report Card

A program for generating cellular automata.

Rule 30

View in Playground

Usage

> 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.

TODO

[ ] Input files (json, etc).

[ ] Fix gif output.

About

A program for generating cellular automata.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published