Dice Duel is a simple browser-based dice game where two players take turns rolling a six-sided die. The goal is to be the first player to reach a predefined score, usually 100.
- Two-player dice game.
- Player scores and current scores are displayed.
- Switch turns and hold scores to accumulate points.
- Responsive design for various screen sizes.
- Open the game in a web browser.
- Player 1 starts by clicking the "Roll Dice" button.
- The player's current score increases with each roll.
- If a player rolls a 1, their turn ends, and the current score is reset.
- The player can click "Hold" to add the current score to their total score.
- The first player to reach a predefined score (e.g., 100) wins.
No installation is required. Simply open the index.html
file in a web browser.
- Open
index.html
in your preferred web browser. - Follow the on-screen instructions to play the game.
If you'd like to contribute to the development of Dice Duel, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to your fork and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.