Skip to content

BenSolt/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Setup

In the project directory, you can run:

yarn install or npm install to install yarn or npm to view project.

yarn start or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

What is the project?

What problem does it solve?

  • Every cell interacts with its surrounding eight neighbors. Horizontally, Vertically, Diagonally and Adjacent.

  • Any live cell with two or three live neighbors survives.

  • Any dead cell with three live neighbors becomes a live cell.

  • All other live cells die in the next generation. All dead cells stay dead.

Exceptional difficulties and solutions, if any.

TODO list/wishlist. What do you want to add to it if you have more time?

  • pixels change colors

Resources

https://github.com/LambdaSchool/CS-Build-Week-1/tree/master/resources/web

Deploying From Your Terminal

About

Conways Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors