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

Comments

Log in with itch.io to leave a comment.

(+1)

Very cool. I used a cellular automation for map generation in my game Son of a Breach

(+1)

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!