Skip to content

A simple simulation of Conway's Game of Life.

Notifications You must be signed in to change notification settings

aupadhayay3/react-gameoflife

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is a simple simulation of Conway's Game of Life.

How to Run

Simply run npm install then npm start. A webpage will show in the browser. Click the board to setup the initial state, or use Random button to randomize the board. Then click "Run" button to see the iterations.

About

A simple simulation of Conway's Game of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • HTML 12.6%
  • CSS 3.6%