This is a simple Cellular Automation, inspired by this video by funfunfunction. After seeing it made in Javascript, I didn't think it was very fair to use Javascript, so I used Python instead.
- Uses numpy matrices to represent the state of the automaton's spacetime
- Uses matplotlib to plot and animate the automaton
-
Download or clone the repository
-
Make sure numpy and matplotlib are installed
-
pip install numpy pip install matplotlib
-
Run
python3 main.py