Merged src directory with existing koans.

This commit is contained in:
Jim Weirich
2009-12-21 16:17:32 -05:00
parent c651dd5eba
commit f05d9ee1ac
21 changed files with 82 additions and 69 deletions

View File

@@ -1,12 +1,12 @@
= Playing Greed
Greed is a dice game played among 2 or more players, using 5
Greed is a dice game played amoung 2 or more players, using 5
six-sided dice.
== Playing Greed
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 five dice which are
On the first roll of the game, a player rolls all six dice which are
scored according to the following:
Three 1's => 1000 points
@@ -37,7 +37,7 @@ final example.
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
non-scoring dice. If all of the dice are scoring, then the player
non-scoring dice. If there all no non-scoring dice), then the player
may roll all 5 dice in the next roll.
The player may continue to roll as long as each roll scores points. If