ca/README.md
2021-08-19 00:50:18 +02:00

31 lines
543 B
Markdown

# Cellular automata experiments
Cellular automata experiments and game ideas from 2014.
## Hexagonal
Cellular automata on a hexagonal grid and a home-cooked rule set.
![Hex](hex/recording.gif "Hexagonal")
## Interactive
Not really an automata since this one is interactive. Control the thing
with the arrow keys.
![Interactive](interactive/recording.gif "Interactive")
## Broken
This one is not working. Not bothering to fix it, got no git history.
## Functional
Functional implementation.
![fp](fp/recording.gif "Functional")