First heading
Wikipedia:Conway’s_Game_of_Life
http://www.conwaylife.com/
http://www.conwaylife.com/wiki/

Basic Rules
- Any live cell with fewer than two live neighbours dies, as if caused by under-population.
- Any live cell with two or three live neighbours lives on to the next generation.
- Any live cell with more than three live neighbours dies, as if by overcrowding.
- Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.
Linkdump
http://stackoverflow.com/questions/40485/optimizing-conways-game-of-life
http://programmers.stackexchange.com/questions/50175/conways-game-of-life-c which refers to Wikipedia:Gosper’s_algorithm and a google search suggests Gosper’s Algorithm (Hashlife), An explanation of how the hashlife algorithm reduces processing time and effort for cellular automata evaluation.
variations on the game of life
Conway’s Game of Life
Games of Life in color
http://www.conwaylife.com/wiki/Colourised_life
See Also
Rudy Rucker et alia
CellularAutomata (CL is really a subset of CA)
Processing#cellular
Category tags
Comments
No comments yet.
Add Comment