1
0
Fork
You've already forked automata
0
experiments with cellular automata
  • Python 100%
2024年08月22日 22:29:27 +00:00
__pycache__ files 2024年08月23日 00:23:39 +02:00
conway.py files 2024年08月23日 00:23:39 +02:00
enby.py files 2024年08月23日 00:23:39 +02:00
enny.py files 2024年08月23日 00:23:39 +02:00
LICENSE Initial commit 2024年08月22日 22:19:15 +00:00
plant.py files 2024年08月23日 00:23:39 +02:00
README.md Update README.md 2024年08月22日 22:28:54 +00:00
super.py files 2024年08月23日 00:23:39 +02:00
suppy.py files 2024年08月23日 00:23:39 +02:00
trans.py files 2024年08月23日 00:23:39 +02:00
uno.py Update uno.py 2024年08月22日 22:29:27 +00:00
yayper.py files 2024年08月23日 00:23:39 +02:00

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