Conway's Game of Life
- April 29, 2019
- neß
Conway's Game of Life (sometimes referred to as Life) is a "cellular automaton," invented by the mathmatician John Conway in 1970. The "game" runs automatically and doesn't require input from the "player" beyond determining the initial state of each "cell" (tile in the grid). In this version, cell states are determined randomly when the simulation start, and then it evolves naturally. Rul…