This is an implementation of John Conway's "Game of Life", a cellular automaton. This game has no players. Instead a large "checkerboard" is initialized to have some cells "alive". Then the game proceeds to create new generations of the board's population according to the following rules: 1) a dead cell becomes alive if it has exactly 3 live neighbors