ca/README.md

40 lines
737 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")
## Functional with RLE rules
By Patrik Torkildsen.
Implements [Run Length Encoded (RLE)](https://conwaylife.com/wiki/Run_Length_Encoded) rules.
![fp](fp-rle/recording.gif "Functional RLE")