A Tenzies Game in React + Vite. The game features a Dice style toggle from numbers to dots, a score tracker, and Confetti celebration.
Deployed at : https://codestrate-tenzies.netlify.app/
- Dice style toggle from numbers to dots: The button allows players to toggle the dice from numbers to dots. This is a fun way to add a bit of randomness to the game.
-
Score tracker: The game keeps track of the player's score. This allows players to compete against each other or try to beat their own high score.
-
Confetti celebration: When a player wins the game, confetti is displayed. This is a fun way to celebrate the player's victory.
- Timer: See how fast you finished the game! Dynamic Timer.
- Themes : An option for Light or Dark Mode in the game.
- Responsiveness : Scales well on almost all devices. (Almost...)
To run the game, you will need to have Node.js and NPM installed. Once you have Node.js and NPM installed, you can run the following commands:
npm install
npm run dev
or
yarn
yarn dev
This will start the development server and the game will be available at http://localhost:5173.
Add scoring data in the back.(Kind of added best score and time per session in local storage (clearable))Add a timer.- Maybe more modes??
If you would like to contribute to this project, please feel free to fork the repository and submit a pull request.