A simple dice rolling game built with HTML, CSS, and JavaScript.
You can view a live demo of the game here.
- Roll the dice to accumulate points.
- Hold your score to save it.
- First player to reach 100 points wins.
- Simple and intuitive user interface.
To run this game locally, follow these steps:
-
Clone the repository:
git clone https://github.com/HananeAitBenYachou/Dice-Roller.git
-
Navigate to the project directory:
cd Dice-Roller
-
Open
index.html
in your preferred web browser.
- Click the "Roll Dice" button to roll the dice.
- Click the "Hold" button to save your current score.
- Click the "New Game" button to reset the game.