Skip to content

jeswinsimon/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

James Conway's Game of Life implemented using p5.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published