A simple and fun web-based dice game!
Every time you load or refresh the page, two dice are rolled, and the one with the higher number wins.
Perfect for learning and demonstrating basic JavaScript, DOM manipulation, and random number generation.
- π² Rolls two random dice on every page load.
- π Highlights the dice with the higher number as the winner.
- π Automatic refresh gives a new winner every time.
- π» Simple, clean, and responsive design.
- HTML5 - Structure of the game.
- CSS3 - Styling and layout.
- JavaScript (Vanilla) - Game logic and interactivity.
- Clone this repository:
git clone https://github.com/your-username/dice-duel.git
If you found this project interesting, please consider giving it a β on GitHub.
It helps support the project and motivates future improvements.