MC← Manj ChennaEssays

Essay · Emergence, explained

The Game of Life, explained

It is not a game you play. It is a game you watch. A grid, four rules, and a world you did not design. Here is what it is, why it is mesmerizing, and what it has to do with who sets the rules AI runs on.

Manj Chenna · Founder, Sanctity · Amsterdam · ~7 min read

In 1970 a mathematician named John Conway invented a universe. It has no spaceships you steer and no points to win. It is a flat grid of square cells, each one either alive or dead, and it runs on four small rules. You set the starting pattern, press go, and then you do nothing. You watch. That is the whole game. People have been mesmerized by it for fifty years, and almost no one outside of computing has heard of it. That is a shame, because once you see how it works, you cannot unsee it in the rest of the world.

A game with no players

Picture graph paper that goes on forever. Every square is a cell. A cell is either filled in (alive) or blank (dead). Time moves in steps, called generations. At each step, every cell looks at the eight squares touching it, counts how many of those neighbors are alive, and follows the rules to decide what it becomes in the next step. Every cell updates at the same instant. Then it happens again. And again.

That is why it is called a zero-player game. You make exactly one decision, the starting pattern, and after that the rules take over. You are not a player. You are a witness.

The entire rulebook is four lines

Here is everything. A cell counts its living neighbors, and then:

That is it. There is no fifth rule, no special case, no hidden setting. Two numbers decide a cell's fate, born from three, kept alive by two or three. Everything you are about to see grows out of those four lines and nothing else.

Watch what comes alive

From rules that simple, you would expect simple results. You would be wrong. Patterns appear that behave like things. Here are three of the famous ones, running live. Nobody programmed these behaviors. They are just what the four rules do.

The blinker
An oscillator. Three cells that flip back and forth forever.
The glider
A spaceship. A five-cell shape that crawls across the grid on its own.
A tiny seed
Five cells, the R-pentomino, that erupt into chaos for over a thousand generations.

Enthusiasts have catalogued a whole zoo. There are still lifes that never change, like a solid block. There are oscillators like the blinker that repeat on a loop. There are spaceships like the glider that travel. There are even guns, arrangements that sit in place and fire off an endless stream of gliders, one after another, forever.

No one designed the glider. It is simply what those four rules do when you are not looking.

Why this is more than a toy

Two facts lift the Game of Life from a curiosity to something deep.

The first: it is a computer. People have built, inside the grid, the working parts of a calculating machine, using streams of gliders as signals. Anything your laptop can compute, this universe of four rules can compute too. Complexity that total, from a rulebook that small.

The second is stranger. There is no shortcut. If you want to know what a pattern will look like a thousand steps from now, there is, in general, no formula that jumps you ahead. You have to run it and see. The only way to know the future of this world is to let it happen. A universe you fully understand, rule for rule, can still surprise you completely.

What it has to do with AI

Here is why this little world sits on the front page of a site about artificial intelligence, and why I keep a living copy of it running there.

In Conway's world, you can see the rules. They are right there, four lines, and yet the consequences run away from anyone's ability to predict them. Now look at a modern AI model. The same gap, but worse, because you cannot even see the rules. They were set by a handful of people and a mountain of data, and the rest of us live inside the world those rules grow, usually without ever being shown them or asked.

That is the whole reason I do what I do. A few people choose the rules. Everyone inherits the world. The Game of Life is the gentlest possible demonstration of how much can ride on a choice that looks tiny, and of why who sets the rules AI runs on is the question I think matters most. If you want the harder version of the argument, I wrote it up in Human Oversight Is Mostly Theater.

Play it yourself

Theory is cheap. Draw your own cells, drop in a famous pattern, change the speed, and watch a world you did not plan unfold from the rules you did. Click or drag on the grid to bring cells to life.

Generation 0 · Population 0

The grid wraps at the edges, so a glider that leaves the right side returns on the left, like travelling around a globe.

This is the question I work on

A few people set the rules. Everyone inherits the world those rules grow. I build the human judgment that keeps a person in command of what AI decides. See what I am building →

Where to go deeper