Skip to content

Florian-Heringa/python-cellular-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages