You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Javascript browser based game. The rules are simple. In this game each player has a current score and total score. When player presses Roll Dice button he gets two random dice throws which are summed up and added to current score. If this one of dice throws equals to one player loses current score and passes right for dice throw to another player. if player press Hold button his Current score gets added to Total score and the turn to play passes to another player. The player that scores more than 100 point first wins the game.