Game of Life is a cellular automaton devised by the mathematician John Horton
Conway. It is a
"zero-player" game; the outcome is dependant on the initial configuration set by the player after
which
no other input is necessary.
The wildly unpredictible and interesting resulting outcomes are based on 4 simple rules applied to a
grid of cells which are either "alive" (on) or "dead" (off):
Draw any pattern onto the grid and press "Start Game" to run the automaton.
Press the "Step" button
to
advance the automaton by one step.
You can also configure the game by setting the simulation speed and the height and width for the
grid.