An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Dice game using JS DOM.
![image](https://github.com/user-attachments/assets/e90c5014-a6b8-4995-b140-7b6cf97f8b36)

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.