Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 545 Bytes

#GAME OF LIFE

implemented using create-react-app with REACT components for the game field

  • uses JS Class syntax for the game
  • uses modules for utility functions
  • uses REACT components for efficient dom updating

clone the repo npm install

npm start to run npm test to run tests

In the app click on blank to create your own shape by clicking on the field or click random to get a randomly populated field

  • then click run to start the game
  • click stop to stop and start to continue
  • to get a new field click blank twice or random again