Skip to content

WojtekPachowiak/1D-Cellular-Automaton_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

1D-Cellular-Automaton in Python 🐜

1D Cellular Automaton in Python with Matplotlib visualisation.

1DCell

There are 256 rules to choose from. The rules are triplets in format: "cell ON/OFF, cell ON/OFF, cell ON/OFF" The rules can be of integer or array type. Currently only integer format is supported (from 0 to 255)

You can decide which first generation cells are on or off.

You can visualize a single rule or all of them by making "slideshow" variable True.

About

1D Cellular Automata with Matplotlib visualisation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages