A simple web-based dice game where two players roll virtual dice, and the player with the higher roll wins.
- HTML
- CSS
- JavaScript
- Randomized Dice Rolls: Each player rolls a virtual die with values ranging from 1 to 6.
- Automated Winner Declaration: The game determines and displays the winner based on dice roll values.
- Draw Condition: If both players roll the same number, the game declares a draw.
- Instant Results: The outcome updates immediately upon page refresh.
- Minimalist UI: A clean and simple interface with player dice images.