forked from YovM/Algorithms
* updating DIRECTORY.md * Fix sphinx/build_docs warnings for cellular_automata * Fix * Improve --------- Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| __init__.py | ||
| conways_game_of_life.py | ||
| game_of_life.py | ||
| langtons_ant.py | ||
| nagel_schrekenberg.py | ||
| one_dimensional.py | ||
| wa_tor.py | ||
README.md
Cellular Automata
Cellular automata are a way to simulate the behavior of "life", no matter if it is a robot or cell. They usually follow simple rules but can lead to the creation of complex forms. The most popular cellular automaton is Conway's Game of Life.