Skip to content

trevorjamesmartin/CS-Build-Week-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS-Build-Week-1

Play it here

Conway's Game of Life.

single page application.

  • built with nodejs & create-react-app

the rules

survival

  • If the cell is alive and has 2 or 3 neighbors,
  • then it remains alive. Else it dies.

birth

  • If the cell is dead and has exactly 3 neighbors,
  • then it comes to life. Else it remains dead.

social-distancing

  • over-population: occurs with more than 3 neighbors.
  • starvation: occurs with less than 2 neighbors.

About

Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published