GameOfLife(6) - SerenityOS man pages

#Name

Icon GameOfLife

Open

#Synopsis

$ GameOfLife

#Description

GameOfLife is an implementation of John Conway's Game of Life.

The game is a cellular automaton where each cell is either dead (grey) or alive (yellow) and will change state in the next tick if any of the following rules are fulfilled:

Otherwise, it will keep its old state.