Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.75 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.75 KB

Tenzies (Game)

What is Tenzies

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

Description

Tenzies is a fun to play browser based game made using HTML,CSS,JS, ReactJs

Features

  • 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

Live Demo 👁️

Snapshot of Tenzies (Game)

  • Pc

Screenshot

Screenshot

Screenshot

  • Mobile

image

To run locally

01. Install node dependices

 npm install

02. Run project in localhost

 npm run dev

03. Build this project for deployment

 npm run build

NOTE: After build add dist folder to whatever hosting you are using.