Conway's Game of Life
by Toby Mackenzie
This is a web version of Conway's Game of Life, a cellular automaton, sort of a simplistic simulation of the life of cells. The project shows a limited grid of cells as HTML elements, which can be iterated through generations, or ticks, server-side or client-side depending on browser capabilities.
View the source of this project on GitHub: https://github.com/tobymackenzie/site-10k-gol