Skip to content
Browser Screensaver

Game of Life Screensaver

Conway’s Game of Life, filling the screen and reseeding itself whenever it settles. Four rules on a grid, no input, and it still produces gliders, oscillators and long-running structures nobody designed.

Press F for fullscreen, Esc to exit.

What the game of life screensaver is

The rules take one line. A live cell with two or three live neighbours survives; a dead cell with exactly three neighbours comes to life; everything else dies. That is all of it — there is no randomness after the first frame, and every pattern you see is a consequence of the soup it started from.

Cells here are tinted by how long they have been alive: new births arrive almost white and cool into the chosen colour as they persist. Nothing in Conway’s rules says to do that, but it turns a flat binary grid into something with visible structure, and it makes gliders obvious as they cross the board.

  • A screen for an office, a lab or a classroom that rewards a second look
  • A live demonstration of cellular automata for teaching
  • An ambient display that is never the same twice

Conway’s Game of Life as a screensaver

Every random start eventually decays into still lifes and small oscillators, which would leave a frozen screen. The board is watched for repetition, and when the same arrangement comes round again it holds for a moment so you can see where it landed, then reseeds. The edges wrap, so a glider leaving the right of the screen arrives at the left instead of dying against a wall.

Starting soup sets how crowded the first frame is. Sparse starts die back quickly and leave a handful of isolated structures; dense ones churn for much longer before settling. Around a third is where the interesting middle sits.

How to run the game of life screensaver full screen

Press the fullscreen button on the player, or the F key. Escape brings you back to the page. On a desktop browser F11 does the same job and hides the browser’s own toolbars as well, which is what you want on a display that is going to be left running.

Everything you change in the settings is written into the address bar as you change it, so the version you have set up is a link. Bookmark it, or send it to whoever is running the screen. Space pauses and resumes at any time.

Questions

What are the rules of Conway’s Game of Life?

A live cell with two or three live neighbours stays alive. A dead cell with exactly three live neighbours becomes alive. Every other cell dies or stays dead. The eight surrounding cells are the neighbours, and every cell updates at the same instant.

Why does the board restart on its own?

Because it has stopped changing. Every random start eventually collapses into still shapes and short repeating cycles; when the page sees the same board twice it pauses briefly and starts a new one, so the screen never sits frozen.

Can I set a starting pattern?

Not on this page — it seeds a random soup, which is what makes it work unattended. The Starting soup control changes how dense that soup is, and the colour and speed are yours to set.

Is the game of life screensaver free?

Yes — free, with no account, no download, no watermark and no time limit. It is a web page, so it runs on anything with a modern browser.

How do I stop it or exit fullscreen?

Press Escape to leave fullscreen, or F to toggle it. Space pauses the animation without leaving the page. If you used F11 to hide the browser toolbars, press F11 to bring them back.