ChrisWiles / Game-of-Life-canvas

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

Home Page:http://chriswiles.github.io/Game-of-Life-canvas/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life on canvas

Any live cell with fewer than two live neighbors dies, as if caused by under-population. Any live cell with two or three live neighbors lives on to the next generation. Any live cell with more than three live neighbors dies, as if by over-population. Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.

Live Demo

Game of life gif

About

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

http://chriswiles.github.io/Game-of-Life-canvas/


Languages

Language:JavaScript 75.6%Language:HTML 19.5%Language:CSS 4.9%