Skip to content

A JS/React implementation of Conway's Game of Life

Notifications You must be signed in to change notification settings

depadiernos/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Using ReactJS

Checklist

  • Display includes a text area that shows the current generation of cells being displayed
  • Display includes a grid of cells, at least 25x25, that can be toggled to be alive or dead
  • Display includes working buttons that start / stop the animation and clear the grid
  • Algorithm to generate new generations of cells correctly implemented
  • Application includes a section outlining the rules to Conway's "Game of Life"
  • Deployed to a hosting service: https://thelifegame.netlify.app
  • Create a few sample cell configurations that users can load and run
  • Allow users to specify the speed of the simulation
  • Allow users to change the dimension of the grid being displayed

About

A JS/React implementation of Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published