JOVANA
Explore Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
Back to the library
Mathematics 1970

The Game of Life

John Conway & Martin Gardner

Three rules, a grid, no player — and out walk gliders, clocks, and machines that compute.

Choose your version
In depth · the introduction

Three simple rules, a grid of squares, and no one playing — yet shapes are born, glide across the board, and even build machines.

The big idea

The Game of Life isn't a game you play; it's a game you watch. You start by filling in some squares on a grid (alive) and leaving the rest blank (dead). Then, over and over, every square updates at the same instant by one simple test: count how many of its eight neighbours are alive. A live square with two or three live neighbours stays alive; with too few it dies of loneliness, with too many it dies of crowding; a dead square with exactly three live neighbours springs to life.

That's the whole thing. Nobody decides what happens next — the rules do. And yet from those three rules come blinking lights, shapes that crawl steadily across the grid, and patterns so intricate that the only way to find out what they'll do is to let them run.

How it came about

John Conway, a playful and brilliant Cambridge mathematician, spent months in 1969–70 hunting for the simplest rules that would produce unpredictable, lifelike behaviour — testing candidates by hand on a Go board with his students. When he found the right balance, he sent it to Martin Gardner, whose “Mathematical Games” column in Scientific American reached a huge, curious audience.

Gardner's October 1970 column lit a fuse. Conway had bet fifty dollars that no pattern could grow forever; within weeks, a team at MIT led by Bill Gosper built the “glider gun,” which spits out a new glider endlessly — and collected the prize. Hobbyists and scientists poured countless hours of early computer time into exploring it, and a whole field grew up around a simple question: what can simple rules do?

Why it mattered

Life gave everyone a vivid answer to a deep question: where does complexity come from? You don't need a grand design or a controller — astonishingly rich behaviour can emerge from simple rules followed locally, again and again. People later proved that the Game of Life is powerful enough to compute anything a computer can. It became the classic example of “emergence,” a way of thinking that now runs through biology, physics, economics, and computer science.

A way to picture it

Think of a stadium crowd doing “the wave.” No one is in charge; each person simply stands up when their neighbours do. From that one local rule, a wave sweeps around the whole stadium — a big, moving pattern nobody designed. Life is that idea pushed to its limit: a few neighbour rules, repeated everywhere at once, and out come waves, gliders, and machines.

An interactive grid running the Game of Life. Buttons pick a starting shape — a glider that walks, a blinker and pulsar that beat in place, a spaceship, and the chaotic R-pentomino — and a slider or Play button steps the generations as the rules update every cell at once.

Where it sits

The idea of a grid of cells following local rules came from John von Neumann and Stanisław Ulam in the 1940s and 50s, who used such “cellular automata” to study self-reproducing machines. Conway's Life made the idea famous and irresistible. It sits beside other discoveries that revealed wild complexity hiding in simple systems — Edward Lorenz's chaotic weather equations (lorenz-1963) and Benoît Mandelbrot's fractals (mandelbrot-1967) — and it fed forward into today's science of complex systems.

The original document
Original source text
Martin Gardner · Scientific American 223(4) (Oct. 1970): 120–123
The idea
The basic idea is to start with a simple configuration of counters (organisms), one to a cell, then observe how it changes as you apply Conway's “genetic laws” for births, deaths, and survivals.
Conway's genetic laws
Survivals. Every counter with two or three neighboring counters survives for the next generation.
Deaths. Each counter with four or more neighbors dies (is removed) from overpopulation. Every counter with one neighbor or none dies from isolation.
Births. Each empty cell adjacent to exactly three neighbors — no more, no fewer — is a birth cell. A counter is placed on it at the next move.
Gardner stresses that all births and deaths occur simultaneously, in a single move that yields the next “generation” — so the whole board must be read before any counter is changed.
[ … ]
The challenge
The column reports Conway's conjecture that no starting pattern can grow without limit, and his standing offer of a fifty-dollar prize to whoever could settle it. Within weeks a group at MIT led by Bill Gosper found the “glider gun,” a pattern that fires off a new glider forever — disproving the conjecture and winning the prize.
Scientific American · October 1970