Skip to content

A cellular automata with four states, reminiscent of Brian's Brain.

License

Notifications You must be signed in to change notification settings

lynnpepin/brainbow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainbow

An implementation of a cellular automata I made up awhile ago. I'm told it's similar to "Brian's Brain". There are four states, red, green, blue, and blank.

Animated GIF of a game of RGB Life


CLI usage:

-s --savepic f  Save a pic of each iteration to f, appended _xxx.png.
-i --iterate n  Iterate n times, print the board at each iteration
-p --print      Print the image to console during each iteration.

python3 rgblife.py input.png -s output -i 300
# Iterates 300 steps of the simulation, outputs output_000.png, output_001.png, etc.

About

A cellular automata with four states, reminiscent of Brian's Brain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages