Hosted at: https://nadunchandrabahu.github.io/dice-game/
Made using HTML, CSS and JavaScript.
- Press New Game for new game.
- Press Roll dice to roll dice; if you roll 1 you lose your turn and your current score will be reset to 0.
- Any dice roll other than 1 adds to your current score and you get to roll the dice again.
- Press Hold to save your score and pass the Dice to other player.
- First player to a Score of 36 will win.
- Probability of rolling a 1 is 3/8 or 37.5% chance to lose your current score with each dice roll.
Player 1 always starts first.
Optimized for mobile screen.