Tenzies is a digital adaptation of the classic dice game Tenzi, built using React. The game involves rolling dice to match a specified number on all dice faces .
- React
- JavaScript
- HTML/CSS
- Clone the repository:
git clone https://github.com/Shitanshukumar607/Tenzies.git
- Navigate into the project directory:
cd Tenzies
- Install dependencies:
npm install
,npm install react-confetti
andnpm install @react-hook/window-size
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
to play the game.
- Game starts with 10 dice.
- The goal is to roll all dice to show the same number.
- Click the "Roll Dice" button to roll the dice.
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.