Conway's Game of Life

Conway's game of life is a computer simulation with very simple rules and astonishingly complex behavior.

This page contains my implementation of the game using a Java applet, written back in 2001. Some day I may even dig the source code out of my old CDs :)

Click "Random" to seed the field with random data, or use mouse to create cells. Press "Start" to start simulation.

The browser does not understand applet tag