A fun and addictive dice game where the goal is simple: roll until all dice match. Pick a number, freeze your lucky dice, and keep rolling until every die lines up. Win the game and celebrate with confetti! 🎉
- Roll 10 dice at once
- Click to freeze/unfreeze dice
- Keep rolling until all numbers match
- Smooth design & user-friendly interface
- Confetti celebration on victory
- React
- React Confetti
# Clone the repository
git clone https://github.com/yourusername/tenzies-game.git
# Navigate to the project folder
cd tenzies-game
# Install dependencies
npm install
# Start the development server
npm start- Roll all dice.
- Choose a number and freeze dice that match.
- Keep rolling until all dice show the same number.
- Victory = 🎉 + confetti!
This project is open-source and available under the MIT License.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react — uses Babel for Fast Refresh
- @vitejs/plugin-react-swc — uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled.
Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.