The Game of Life

Step 400 of the acorn methuselah.  Gliders exit at 12:30 and 5:00.

Despite a lifetime of overlap, and many opportunities to cross paths, I am only now learning of the Game of Life, introduced by John Conway in 1970—the same year that I was introduced to the world. After a few exploratory hours, I knew I’d have to share the insights I gained from it relating to how we react to the present predicament.

What is it that I mean by The Game of Life? Aren’t we all caught up in it? I refer, here, to a zero-player “game” taking place on a two-dimensional grid of square cells (pixels) that can either be alive (on; black) or dead (off; white). Only two simple rules govern whether a cell will live or die in the next time step of the game:

  1. Only “live” squares having two or three adjacent live neighbors (out of 8 possible) survive to the next step.
  2. An empty (“dead”) square having exactly three live neighbors will be “born” into living status on the next step.

The first rule captures a sense of balanced population density: too sparse and survival is hard; too dense and overshoot kills. The second rule is a sexy three-way approach to procreation. Settle down, people.

A surprising degree of complexity emerges from these simple rules, whose deterministic prescription nonetheless leads to essentially unpredictable outcomes. The lessons and parallels to real life—and even breakdowns in the comparison—are highly instructive, I find.

Continue reading

Hits: 1921