Cellular Automata in Python

Elementary Cellular Automata [ECA]

A class ElementaryCellularAutomata encapsulating a 1-dimensional cellular automaton. Results can be cached locally in the class and retrieved for multiple experiements on the behaviour while using the same object.

Game Of Life [GOL]

Not Implemented Yet

TODO:

  • [GOL] Implement Game Of Life
  • [ALL] Add documentation
  • [ECA] Allow for writing state to disk