Watch life emerge from simple rules
Click or drag to draw cells. Select a pattern and click to place it.
An infinite 2D grid of cells, each either alive (colored) or dead (empty). Each cell checks its 8 neighbors every generation.
Stable patterns that don't change
Patterns that cycle through states
Patterns that move across the grid
From just 4 simple rules, incredibly complex behavior emerges. The Game of Life has been proven to be Turing complete - meaning you could theoretically build an entire computer inside it!
Created by mathematician John Conway in 1970.