
Conway\'s Game of Life
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Conway's cellular automaton Game of Life. From wikipedia.org:
The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is the best-known example of a cellular automaton.
The game shows how complexity can emerge from simple rules, which are as follows:
0, 1, or 2 neighbours - cell dies
3 neighbours - cell survives
3+ neighbours - cell dies
Please login or register to add a comment or rating