Game of dice for two players alone.
As soon as the user presses the "Roll the Dice" button, the dice are randomly thrown, giving player 1 and player 2 their individual dice values. Then, the dice game will declare a winner based on whose dice value was higher.
https://harmeetsingh11.github.io/Dice-Game/
Clone the project
git clone https://github.com/harmeetsingh11/Dice-Game.git
Go to the project directory
cd Dice-Game
Start the project
start index.html
- HTML5
- CSS3
- Vanilla Javascript
- Select and Manipulate Elements on webpage using DOM (Document Object Model) and Javascript.
- Add Event Listeners to Elements.
The Complete 2023 Web Development Bootcamp by Angela yu.