Skip to content

adxl/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Life

An implementation of Conway's Game of Life using ReactJS and P5.js


life-demo

What is Game of Life?

The Game of 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. More info.

Currently the simulation starts from a random generated state, but a feature allowing to customize initial state will be added in the future.

Demo

You can check out the live demo here.

life-screenshot