This is a simple JavaScript application that allows two players to roll a dice each, and the player with the higher face value wins. It's a fun and easy way to solve a situation between two friends, such as deciding who pays for coffee or who gets to choose the movie.
-
Clone the repository to your local machine:
git clone https://github.com/0xNILADRI/diceGame.git
-
Open the
index.html
file in your web browser. -
Click the "Roll Dice" button to roll the dice for each player.
-
The player with the higher face value wins!
- Simple and intuitive user interface.
- Random dice rolls for a fair game.
- Instant result display for quick decision-making.
Contributions are welcome! If you'd like to add new features, improve the user interface, or fix bugs, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.