The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
The universe of the Game of Life is an infinite two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, alive or dead. Every cell interacts with its eight neighbours, which are the cells that are horizontally, vertically, or diagonally adjacent. At each step in time, the following transitions occur:
Cellular automatons are used in many fields such as: computability theory, mathematics, physics, complexity science, theoretical biology and microstructure modeling.
For example, some biological processes occur - or can be simulated - by cellular automata.
Instructions:
Try to find so-called "oscillators" and "spaceships" (look at the first link at the bottom of this page)!!!
If you want to read about this very intersting topic visit these two links: http://en.wikipedia.org/wiki/Conway's_Game_of_Life and http://en.wikipedia.org/wiki/Cellular_automaton
Note: I took part of the text from the two pages I just referenced.