This program is a nice simple windows implementation of the Conway's Game of Life. This is not actually a game, but is a cellular automata with certain rules that convert one state into the next.
The rules are:
These simple rules generate complex behaviour.
Download life.exe here (200k windows exe).