A single-web-page app that utilizes React.js
to John Conway's Game of Life.
The app is based on one of FreeCodeCamp's challenges.
It meets the following criteria:
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.
- Clone the repository
npm install
npm start
- Material-CSS - The css framework used
- Kenzo Mendoza - Initial work - Neotriz