Python/cellular_automata
omahs b203150ac4
Fix typos (#9076)
* fix typo

* fix typo

* fix typos

* fix typo
2023-09-23 10:53:09 +02:00
..
__init__.py
conways_game_of_life.py
game_of_life.py
langtons_ant.py Fix typos (#9076) 2023-09-23 10:53:09 +02:00
nagel_schrekenberg.py
one_dimensional.py
README.md
wa_tor.py

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.