The game Tenzie is utilized to showcase the implementation of React Hooks.
- Using useState hook to store game states
- Using useEffect hook to calculate when game is over, set high score and track time of game turn
- Saving high score (fastest finish time) in localStorage
- Track the time of the game turn
- Track rolls count
npm install
npm run dev