Cellmate

A turn-based PvP Game of Life

How it works

Each round is split into placement and evolution. Both players drop a 3x3 pattern onto the shared grid, then the classic Conway rules decide which cells live on. New cells inherit the colour that appears most among their parents. After 100 steps, the player with the most living cells wins.

Birth, Survival, and Death mirror the original Game of Life. Colour flip is the Cellmate twist that keeps every territory contested.

Birth

Any empty tile with exactly three neighbours becomes alive.

Survival

Live cells with two or three neighbours survive into the next step.

Death

Live cells with fewer than two or more than three neighbours die off and leave the grid empty.

Colours

Color is determined by neighbor majority. Ties are broken by a cell's current color.