CharmedSatyr-freeCodeCamp / game_of_life

"Build the Game of Life" is a project required for freeCodeCamp's Data Visualization Certification.
https://charmedsatyr-freecodecamp.github.io/game_of_life/
GNU General Public License v3.0
0 stars 0 forks source link

The Game of Life

Build Status Codacy coverage Greenkeeper badge

"Build the Game of Life" is a freeCodeCamp project


Initially Completed: April 20, 2017 Last Updated: June 9, 2019


Technologies


User Stories

  1. When I first arrive at the game, it will randomly generate a board and start playing.

  2. I can start and stop the board.

  3. I can set up the board.

  4. I can clear the board.

  5. When I press start, the game will play out.

  6. Each time the board changes, I can see how many generations have gone by.