Skip to content

Conway's Game of Life - FCC Front End React Project

Notifications You must be signed in to change notification settings

Brayn7/game-of-life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Live Website

Live Site @ Github Pages: Conways Game of Life

Installation

$ npm install

$ npm start

Project Goals

This project is for Free Code Camp's Data Visualization Challenge, 'Game Of Life'

User Stories

  1. Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/reGdqx/.

  2. Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

  3. User Story: When I first arrive at the game, it will randomly generate a board and start playing.

  4. User Story: I can start and stop the board.

  5. User Story: I can set up the board.

  6. User Story: I can clear the board.

  7. User Story: When I press start, the game will play out.

  8. User Story: Each time the board changes, I can see how many generations have gone by.

  9. Hint: Here's an explanation of Conway's Game of Life from John Conway himself: https://www.youtube.com/watch?v=E8kUJL04ELA

  10. Hint: Here's an overview of Conway's Game of Life with rules for your reference: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Image Credits

Header Image

Follow Me

Follow me at Free Code Camp: AdventureBear

About

Conway's Game of Life - FCC Front End React Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.9%
  • HTML 8.4%
  • CSS 7.7%