This is a simple implementation of the classic dice game Tenzie using React.
To play the game, simply click on this link: Tenzie Game.
If you want to modify the code or run the game locally, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies using
npm install
. - Start the development server using
npm start
. - Open the game in your web browser at
http://localhost:3000
The objective of the game is to roll all ten dice to match the same number.
To roll the dice, click on the "Roll Dice" button. You can keep or re-roll any number of dice by clicking on them. The dice will display the number they currently represent.
You win the game when all ten dice show the same number. You can reset the game at any time by clicking on the "Reset Game" button.
- React
- CSS
- JavaScript
This project is licensed under the MIT License - see the LICENSE file for details.