This Is Life

Horton Conway's Life is a 'cellular automaton', a mathematical model that dictates the creation and destruction of cells in a binary grid over iterations. The rules of Life are as follows:

Life was created by Conway in 1970 (without machine computation!) to demonstrate how a few simple rules and random initial conditions can lead to self-sustaining and organizing structures. Wait around for the cells to find a stable solution, or reload the page to try new random initial conditions. Certain structures are well understood and have even been studied, which I will discuss further when I update this page. Access the javascript from my github. (Today: Jun 30, 2026)