Game Development Reference
In-Depth Information
Figure 7-1. The complete game of Fakezee
Before diving into the development of the game, let's take a moment to go over the rules of Yahtzee.
Yahtzee Rules
As previously mentioned, Fakezee in a clone of the game Yahtzee, so the original rules will apply. The idea is to get as
many points as you can by using the combination of five dice to fill in the 13 categories available on your scorecard.
These categories and their score values are as follows:
Ones: The sum of all dice with a value of 1.
Twos: The sum of all dice with a value of 2.
Threes: The sum of all dice with a value of 3.
Fours: The sum of all dice with a value of 4.
Fives: The sum of all dice with a value of 5.
Sixes: The sum of all dice with a value of 6.
Three of a Kind: The sum of all dice if three are alike.
Four of a Kind: The sum of all dice if four are alike.
Small Straight: 30 points if any four dice form a sequence.
Large Straight: 40 points if all five dice form a sequence.
Full House: 25 points if dice show two of one kind and three of another.
Chance: The sum of all dice.
Yahtzee: 50 points if all dice are of the same value.
Bonus Yahtzee: 100 extra points for all subsequent Yahtzees.
 
Search WWH ::




Custom Search