auta
A cellular automaton prototype made for #lowrezjam. A bit rough and ready, but it was fun to make.
Use the mouse to draw on the grid.
Rules
- There are 3 possible states for each cell. These are represented by black, pink and cyan
- If there are 3 different states amongst a cell and its neighbours, the cell changes to the dominating state amongst that group of cells
- If there are 2 different states amongst a cell and its neighbours, the cell changes to the weakest state amongst that group of cells
Status | Prototype |
Platforms | HTML5 |
Author | bamsarker |
Genre | Simulation |
Made with | PixiJS |
Tags | automaton, cellular, cga, Life Simulation, Lo-fi, LOWREZJAM, lowrezjam2017 |
Average session | A few seconds |
Inputs | Mouse |
Comments
Log in with itch.io to leave a comment.
Very cool. I used a cellular automation for map generation in my game Son of a Breach
This is cool. Could you post the rules of the cells in the description?
Thanks! I've added the rules!
Thanks, I was wondering how it works!