40 lines
737 B
Markdown
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.
|
|
|
|

|
|
|
|
|
|
## Interactive
|
|
|
|
Not really an automata since this one is interactive. Control the thing
|
|
with the arrow keys.
|
|
|
|

|
|
|
|
|
|
## Broken
|
|
|
|
This one is not working. Not bothering to fix it, got no git history.
|
|
|
|
|
|
## Functional
|
|
|
|
Functional implementation.
|
|
|
|

|
|
|
|
|
|
## Functional with RLE rules
|
|
|
|
By Patrik Torkildsen.
|
|
Implements [Run Length Encoded (RLE)](https://conwaylife.com/wiki/Run_Length_Encoded) rules.
|
|
|
|

|
|
|