experiments with cellular automata
- Python 100%
| __pycache__ | files | |
| conway.py | files | |
| enby.py | files | |
| enny.py | files | |
| LICENSE | Initial commit | |
| plant.py | files | |
| README.md | Update README.md | |
| super.py | files | |
| suppy.py | files | |
| trans.py | files | |
| uno.py | Update uno.py | |
| yayper.py | files | |
automata
experiments with cellular automata
to use this, run uno.py
to change rules, edit uno at line 4
from conway import MakeGrid, ApplyRules, ToggleValue, GetColor
change conway to the name of the python module with desired rules.
Every other python file here are rulesets