Conway's Game of Life

The legendary zero-player game where simple birth and death rules spark endless curiosity.

Background

Devised by mathematician John Horton Conway in 1970, the Game of Life is a cellular automaton played on an infinite grid of square cells. Each cell is either alive or dead.

The Rules ("B3/S23")

Outcomes

Depending on the initial seed, the universe may:

The system is Turing-complete; with clever engineering you can build logic gates, counters, even a functioning computer inside the Life universe.

Visualiser Notes

Further Reading

conwaylife.com curates patterns, discoveries, and research made by the Life community since the 1970s.

← Back to gallery