Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 506 Bytes

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