This is a simple dice game implemented using HTML, CSS, and JavaScript. The game involves two players rolling dice, and the winner is determined based on the outcome of the dice rolls.
When the page is refreshed, two dice are rolled for each player.
If the value of Dice 1 is greater than Dice 2, Player 1 wins.
If the value of Dice 2 is greater than Dice 1, Player 2 wins.
If both dice have the same value, it's a draw.
Clone the repository to your local machine:
git clone https://github.com/sadique21hs/Dice.git
Open the index.html
file in your web browser.
Refresh the page to play a new round of the game.
index.html
: The main HTML file containing the game interface and logic.style.css
: The CSS file for styling the game interface.script.js
: The JavaScript file containing the game logic and functionality.[Sadique Hossain]