mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Edited GREED_RULES
This commit is contained in:
committed by
Marc Peabody
parent
e871052dd3
commit
dbaadf80b7
@@ -1,12 +1,12 @@
|
|||||||
= Playing Greed
|
= Playing Greed
|
||||||
|
|
||||||
Greed is a dice game played amoung 2 or more players, using 5
|
Greed is a dice game played among 2 or more players, using 5
|
||||||
six-sided dice.
|
six-sided dice.
|
||||||
|
|
||||||
== Playing Greed
|
== Playing Greed
|
||||||
|
|
||||||
Each player takes a turn consisting of one or more rolls of the dice.
|
Each player takes a turn consisting of one or more rolls of the dice.
|
||||||
On the first roll of the game, a player rolls all six dice which are
|
On the first roll of the game, a player rolls all five dice which are
|
||||||
scored according to the following:
|
scored according to the following:
|
||||||
|
|
||||||
Three 1's => 1000 points
|
Three 1's => 1000 points
|
||||||
@@ -37,7 +37,7 @@ final example.
|
|||||||
|
|
||||||
After a player rolls and the score is calculated, the scoring dice are
|
After a player rolls and the score is calculated, the scoring dice are
|
||||||
removed and the player has the option of rolling again using only the
|
removed and the player has the option of rolling again using only the
|
||||||
non-scoring dice. If there all no non-scoring dice), then the player
|
non-scoring dice. If all of the dice are scoring, then the player
|
||||||
may roll all 5 dice in the next roll.
|
may roll all 5 dice in the next roll.
|
||||||
|
|
||||||
The player may continue to roll as long as each roll scores points. If
|
The player may continue to roll as long as each roll scores points. If
|
||||||
|
|||||||
Reference in New Issue
Block a user