The game involves rolling 10 dice, trying to get them all to land on the same number, and then shouting "Tenzi!" to win the game. for more info read this
Tenzies is a fun to play browser based game made using HTML,CSS,JS, ReactJs
- Rolls: Rolls show how many click it take user to match each die
- Timer: Timer show how many Seconds and milliSeconds it take user to finish game while matching each die respectively.
- Game Tracks: Users no of Rolls, Timer, Best Rolls, Best Timing and stores it in localStorage so it refrence this to new value and compare it then it shows best values to user screen
- NOTE: (less no and time are good)
- Fully responsive website and mobile ready
- Currenlty in beta more features will added in future
- Netlify🔗: Click to view site
- Pc
- Mobile
npm install
npm run dev
npm run build
NOTE: After build add dist folder to whatever hosting you are using.