Survive! The Game of Life is an iOS game based on Conways Game of Life*.
This game is a simulator, a zero-player game, meaning that the simulation runs by itself. You can give its initial state but it doesnt require any further input.
The simulation is based in a set of rules that determine if a specific cell of the board is alive or dead. In each iteration of the simulation the rules are evaluated determining the life of each cell.
*"Survive! The Game of Life" is based on the cellular automaton devised by the British mathematician John Horton Conway in 1970.