rules
tl;dr select a color and click to place clusters. kill everything that isn't you
the game follows standard conway rules, with some others tossed in:
- any cell with less than two neighbors dies.
- any cell with more than three neighbors dies.
- any empty space with exactly three neighbors spawns a cell.
- you may spawn a cluster of cells once every five seconds.
- newly spawned cells inherit their neighbors' most common color.
- enemy clusters spawn randomly.