Die 1
Die 2
Sum

The Game of Craps

Player rolls two dice and computes sum of the face values.
  • If player rolls a 7 or 11 on the first roll then player wins.
  • If player rolls 2, 3, or 12 on the first roll them player loses.
  • If player rolls 4, 5, 6, 8, 9, 10 on the first roll this value is called the "point" and the player continues rolling to try to "make the point".
    • If 7 occurs before point is made player loses.
    • If point is made before 7 occurs player wins.

Click the "Roll Dice" button to see each roll. The number of wins will be shown.
Click the "New Game" button to reinitialize and start a new game.
Click the "Run Simulation" button to see results for a simulation.