/ca-player

Play cellular automata by specifying an initial state and evolution rule in Python

Primary LanguagePythonMIT LicenseMIT

Cellular Automata Player

Play cellular automata by specifying an initial state and evolution rule in Python. An example automata (Conway's Game of Life) is included.

First, install dependencies:

pip install -r requirements.txt

You can run the example with

python game_of_life.py