Skip to content

gurugu-fcc-projects/FCC_game_of_life

Repository files navigation

FreeCodeCamp React Project - Game of Life

User Stories

  • When I first arrive at the game, it will randomly generate a board and start playing.
  • I can start and stop the board.
  • I can set up the board.
  • I can clear the board.
  • When I press start, the game will play out.

Thoughts

There is still much to be improved, like for example performance! I'd also like to rewrite the components structure, use HOCs more often, write tests and change how gameboard is recalculated. But all this is for another time, in a year or two, when I'll know much more and have more ideas.

Links

Video Walkthrough