Rules
Craps is a dice game. This is a simple implementation with few rules. To play, you roll 2 dice and add the total.
- On the first roll:
- If you roll a total of 7 or 11, you win.
- If you roll a total of 2, 3, or 12, you lose.
- If you roll a different total, that total becomes the point, and you roll again.
- After the first roll:
- If your total equals 7, you lose.
- If your total matches the point, you win.
- If you roll a different total, repeat this step.