Just a simple game implementing JavaScript : https://adityapratap2001.github.io/DiceThrow/
- The player rolls the dice.
- Whatever comes up is added to current best score.
- The player loses the current best sum if he rolls a "1", and the next palyer gets to roll the dice.
- If uncertain a player can hold his/her current best sum to the final score, and pass the chance to other player!
- The first player to reach a score of 100 wins!