Tenzie Game

The game Tenzie is utilized to showcase the implementation of React Hooks.

tenzie game react

Concepts

  • 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

Game Features

  • Saving high score (fastest finish time) in localStorage
  • Track the time of the game turn
  • Track rolls count

Setup

npm install
npm run dev