Life

Life

Conway's Game of life is a zero player game meaning it's evolution is determined by it's initial state.
Each cell is either alive or dead and a cell changes state based on the state of it's neighbours according to certain rules.
What's interesting about Life is that it's Turing complete, meaning that if the game started with the correct initial conditions, the game would be able to compute and hence be able to do anything given an impractical amount of memory.

Technologies used:

HTML HTML
JavaScript JavaScript