This project is a clone of the Tenzies dice game, built using React.
Tenzies is a simple and fun dice game where the goal is to get all ten dice to show the same number. This React application recreates that game with a clean and user-friendly interface.
- Random Dice Generation: Generates a set of ten random dice values (1-6) at the start of each game.
- Holding Dice: Allows the player to "hold" individual dice, keeping their values for the next roll.
- Rolling: Rolls the un-held dice, generating new random values for them.
- Win Condition: Detects when all dice show the same value, declaring the player the winner.
- New Game: Provides a button to start a new game.
- Visually Appealing: Uses CSS styling to create an engaging and intuitive user experience.
- React
- JavaScript
- CSS