Skip to content

ColtBry/Elementary-Cellular-Automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Elementary-Cellular-Automaton

Create a PIL Image using rule and steps for an Elementary Cellular Automaton.

Here's an explantaion of what Elementary-Cellular-Automaton is. http://mathworld.wolfram.com/ElementaryCellularAutomaton.html

To use this just call "create_automation(rule_list, steps)"

Rule_list is your rules this can be an integer 0-255 or a list of 8 integers of either 1 or 0.

Steps is how many steps you want to generate for.

About

Create a PIL Image using rule and steps for an Elementary Cellular Automaton.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages