moT01 / FCC-Game-of-Life

https://mot01.github.io/FCC-Game-of-Life/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCC-Game-of-Life

Game of Life project for freeCodeCamp
Check it out here


Objective: Build a CodePen.io app that is functionally similar to this
Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
  • User Story: When I first arrive at the game, it will randomly generate a board and start playing.
  • User Story: I can start and stop the board.
  • User Story: I can set up the board.
  • User Story: I can clear the board.
  • User Story: When I press start, the game will play out.
  • User Story: Each time the board changes, I can see how many generations have gone by.
Hint: Here's an explanation of Conway's Game of Life from John Conway himself: https://www.youtube.com/watch?v=E8kUJL04ELA
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


Technologies used to complete this project
  • HTML
  • CSS
  • JavaScript
  • React

About

https://mot01.github.io/FCC-Game-of-Life/


Languages

Language:JavaScript 94.1%Language:HTML 4.0%Language:CSS 2.0%