https://github.com/vidhya0501/project3_dom_dicegame
Dice Game using JS DOM.
https://github.com/vidhya0501/project3_dom_dicegame
bootstrap css html javascript
Last synced: about 2 months ago
JSON representation
Dice Game using JS DOM.
- Host: GitHub
- URL: https://github.com/vidhya0501/project3_dom_dicegame
- Owner: Vidhya0501
- Created: 2023-08-31T16:48:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T13:03:06.000Z (almost 2 years ago)
- Last Synced: 2025-10-30T22:29:20.159Z (8 months ago)
- Topics: bootstrap, css, html, javascript
- Language: JavaScript
- Homepage: https://vidhya-dice-game.netlify.app/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dice game using JS DOM.

It is designed as a two player game.
Randomly any one player wil start the game.
Once dice is rolled corresponding number will be added with corresponding player score.
Once a player rolled a dice his roll option will be disabled till other person rolls & its vice versa.
Player who scored 30 points first will considered as winner.
After a player wins a game, roll button will set to disabled mode and reset button needs to be clicked to start the new game.