Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 597 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 597 Bytes

Conway's Game of Life

Demo

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.

Read more ...