Craps Project
Project Description
Project Description
Two standard six sided dice are rolled. The sum of the two dice is calculated. If the sum of the first roll is 7 or 11, the player wins. If the sum of the first roll is 2, 3, or 12 ( this is called craps) the play loses. If the sum of the first roll is 4, 5, 6, 8, 9 or 10, that sum becomes the player’s point. To win the player must continue to roll until the player rolls their point. The player loses by rolling a 7 before making their point.
Once you get this game working. Keep track of the number of games played, win and loses. Neatly display this information at the end of the game.
Project Road Map
Project Road Map