Yahtzee Rules and Scoring
  1. Ones: Sum of the ones displayed at time the score is entered.

    1 1 1 1 4 would receive a score of 4.
  2. Twos: Sum of the twos displayed at time the score is entered.

    2 2 6 3 2 would receive a score of 6.
  3. Threes: Sum of the threes displayed at time the score is entered.

    3 6 2 2 2 would receive a score of 3.
  4. Fours: Sum of the fours displayed at time the score is entered.

    2 1 2 4 4 would receive a score of 8.
  5. Fives: Sum of the fives displayed at time the score is entered.

    1 5 6 5 1 would receive a score of 10.
  6. Sixes: Sum of the sixes displayed at time the score is entered.

    1 3 6 6 5 would receive a score of 12.
  7. Three of a kind: Sum of all of the dice provided three of them are the same; zero otherwise.

    6 6 5 6 4 would receive a score of 27.
  8. Four of a kind: Sum of all of the dice provided four of them are the same; zero otherwise.

    5 5 5 5 1 would receive a score of 21.
  9. Full house: 25 points provided that one has three-of-a-kind and the other two dice are a pair (are the same).

    5 6 6 5 6 would receive a score of 25.
  10. Small straight: 30 points provided four of the dice have consecutive values; zero otherwise.

    4 3 6 4 5 would receive a score of 30.
  11. Large straight: 40 points provided all five dice have consecutive values; zero otherwise.

    4 3 6 5 2 would receive a score of 40.
  12. Yahtzee: 50 points provided all five dice have the same value; zero otherwise.

    3 3 3 3 3 would receive a score of 50.
  13. Chance: Sum of all of the dice.

    5 6 4 6 4 would receive a score of 25.