Log In  
[back to top]

[ :: Read More :: ]

A basic implementation of Conway's Game of Life. A zero player game which simulates the life of a cell with very basic rules.

https://en.wikipedia.org/wiki/Conway's_Game_of_Life

Any live cell with fewer than two live neighbours dies, as if caused by underpopulation.
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 overpopulation.
Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

Cart #37294 | 2017-02-08 | Code ▽ | Embed ▽ | No License
2

P#37289 2017-02-08 12:48 ( Edited 2017-02-08 20:42)

Follow Lexaloffle:          
Generated 2024-03-28 13:58:40 | 0.072s | Q:7