THE PIG GAME
      RULES
        
          - Rolling the dice generates a random number between 1 and 6.
 
          - If the number turns out to be 1, current player loses its current score and other players turn begins.
 
          - Else, the number is added to the current player's current score.
 
          - The player can press the hold button to add its current score to the total player score.
 
          - The player who hits the score 100 first, wins.