

The rules continue to be applied repeatedly to create further generations. Each generation is a pure function of the preceding one. The first generation is created by applying the above rules simultaneously to every cell in the seed, live or dead births and deaths occur simultaneously, and the discrete moment at which this happens is sometimes called a tick. The initial pattern constitutes the seed of the system. Similarly, all other dead cells stay dead. All other live cells die in the next generation.Any dead cell with three live neighbours becomes a live cell.Any live cell with two or three live neighbours survives.These rules, which compare the behaviour of the automaton to real life, can be condensed into the following: Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.Any live cell with more than three live neighbours dies, as if by overpopulation.Any live cell with two or three live neighbours lives on to the next generation.Any live cell with fewer than two live neighbours dies, as if by underpopulation.At each step in time, the following transitions occur: Every cell interacts with its eight neighbours, which are the cells that are horizontally, vertically, or diagonally adjacent. 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, live or dead (or populated and unpopulated, respectively). It is Turing complete and can simulate a universal constructor or any other Turing machine. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. For Conway's surreal number game theory, see Surreal number.Ī single Gosper's glider gun creating gliders A screenshot of a puffer-type breeder (red) that leaves glider guns (green) in its wake, which in turn create gliders (blue) ( animation)
