Rules
Customize Rules
Current Rules
- Any live cell with fewer than two live neighbours dies (underpopulation).
- Any live cell with two or three live neighbours lives on to the next generation.
- Any live cell with more than three live neighbours dies (overpopulation).
- Any dead cell with exactly three live neighbours becomes a live cell (reproduction).
History
The Game of Life, devised by mathematician John Horton Conway in 1970, is a cellular automaton that simulates the evolution of simple organisms on a grid. Each cell can be alive or dead, and its fate is determined by the state of its neighbors. The game became famous for demonstrating how complex patterns and behaviors can emerge from simple rules, and it has inspired research in mathematics, computer science, and artificial life.