Skip to content

Python script to generate images of elementary cellular automata.

Notifications You must be signed in to change notification settings

satyarth/elementary-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

elementary-ca

Python script to generate images of elementary cellular automata.

The first row along with the left and right edges are seeded randomly.

Example:

python3 elementary-ca.py [options]

Example

Command line arguments

  • -x : Sets the width of the output. (default: 322px)
  • -y : Sets the height of the output. (default: 322px)
  • -r : Sets the rule number. See Wolfram MathWorld for details.
  • -o : Sets the name of the output file. "out.png" by default.
  • -s : Scales the output by an integer factor. 1 by default.

About

Python script to generate images of elementary cellular automata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages