A simple browser based game built using JavaScript.
It is a simple PvP dice game where the Players have to roll the dice till they either decide to Hold, in which case their current cumulative score is added to their overall score, or Roll a 1 in which case their current score drops to 0. In both the cases the control shifts to the other player. This continues till one of the players attains the overall score of 20.
You can simply run the index.html file