What Is Conway's Game of Life?

A free online Conway's Game of Life simulator. Click cells to create living organisms, place preset patterns (Glider, Pulsar, Gosper Glider Gun), and watch them evolve through generations. The classic zero-player cellular automaton where life, death, and survival emerge from simple rules. Features adjustable speed, step-by-step mode, and live population count.

Conway's Game of Life is a cellular automaton created by British mathematician John Conway in 1970. Despite its name, it is not a game in the traditional sense — there are no players, no moves, and no winning condition. Instead, it is a simulation where cells on a grid live, die, and reproduce according to four simple rules, creating astonishingly complex emergent behavior from minimal rules.

The grid represents a universe of cells that are either alive (black) or dead (white). Each generation applies four rules simultaneously to every cell: any live cell with 2 or 3 neighbors survives, any dead cell with exactly 3 neighbors becomes alive (birth), and all other cells die (from underpopulation or overcrowding). These simple rules give rise to complex patterns that move, oscillate, grow, and self-replicate.

The 50x30 interactive grid lets you click cells to toggle them alive or dead. Preset patterns include the Glider (a pattern that moves diagonally), the Blinker (an oscillating pattern), the Pulsar (a more complex oscillator), the Gosper Glider Gun (which produces an infinite stream of gliders), and more.

The simulation speed is adjustable from 50ms to 500ms per generation. The generation counter tracks how many steps have elapsed, and the population count shows how many cells are currently alive. Use step-by-step mode to advance one generation at a time, carefully observing how patterns evolve.

Real-World Use Cases for Conway's Game of Life

Watching a Glider Cross the Grid

Load the Glider preset. The pattern is a cluster of 5 live cells. Press Start. Watch as the glider moves diagonally across the grid, maintaining its shape while shifting position every 4 generations. The population remains at 5 throughout the journey. Time how long it takes to cross the 50x30 grid.

Observing the Gosper Glider Gun in Action

Load the Gosper Glider Gun preset. This complex pattern of 36 cells produces a new glider every 30 generations. Press Start and watch as gliders stream across the grid. The population count rises steadily as each new glider is created. This demonstrates how a finite pattern can produce infinite growth.

Creating Custom Patterns and Testing Their Behavior

Draw your own pattern by clicking cells. Create a 3-cell line. Press Start — it oscillates between horizontal and vertical (a Blinker). Try adding more cells to create custom oscillators, spaceships, or still lifes (patterns that never change). The rules are simple but the possibilities are endless.

Why Use Conway's Game of Life?

  • 50×30 interactive grid with click-to-toggle cells
  • 6 preset patterns: Glider, Blinker, Pulsar, Gosper Gun, and more
  • Adjustable simulation speed (50ms–500ms)
  • Live generation counter and population count

How to Use Conway's Game of Life — Step by Step

1

Click cells to toggle them alive or dead.

2

Choose a preset pattern or draw your own.

3

Press Start to begin the simulation.

4

Watch emergent patterns evolve through generations.

Who Is Conway's Game of Life Best For?

  • math enthusiasts
  • students
  • programmers
  • curiosity seekers

Pro Tips for Conway's Game of Life

  • 1The four rules can be summarized as: a live cell with 2-3 neighbors lives, a dead cell with 3 neighbors becomes alive, all other cells die. Understanding these rules lets you predict behavior.
  • 2Common pattern categories: still lifes (stable, like the Block), oscillators (cycle through states, like the Blinker), spaceships (move across the grid, like the Glider), and guns (emit patterns, like the Gosper Gun).
  • 3The Game of Life is Turing complete — meaning it can simulate any computation given a large enough grid and initial configuration. Entire computers have been built within the simulation.
  • 4For complex patterns, use step-by-step mode (single step) rather than continuous play. This lets you observe how each generation changes the pattern.

Conway's Game of Life — Frequently Asked Questions

What are the rules?

Any live cell with 2-3 neighbors survives. Any dead cell with exactly 3 neighbors becomes alive. All other cells die or stay dead.

What are some cool patterns?

Try the Glider (moves diagonally), Pulsar (oscillating), or Gosper Glider Gun (creates infinite gliders).

Are these games and tools free to use?

Yes, all interactive tools, games, and visualizations are completely free with no limits, ads, or paywalls. They run entirely in your browser.

Do I need a powerful computer to run these?

No. The tools are optimized for performance on standard hardware. Pixel art, fractals, and sorting visualizations run smoothly on most devices including tablets.

Is Conway's Game of Life really free to use?

Yes, Conway's Game of Life is completely free with no hidden charges, no usage limits, and no premium tiers. You can use it as often as you need without signing up or providing any personal information.

Ready to Use Conway's Game of Life?

Free online tool — works in your browser, no sign-up required. Start using it right now.

Try It Now
Free Forever · No Sign-up

182 Free Tools at Your Fingertips

All free online tools for developers, designers, students, and creators. Every tool works in your browser — no sign-up, no data collection.