Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.41 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.41 KB

Conway's Game of Life

RIP James Conway.

Try the demo at https://jeswinsimon.github.io/game-of-life

Screenshot

What is the Game of Life ?

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

The game is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.

-- Wikipedia

Credits

This was hacked together overnight using React and p5.js with the help of the below resources.