Rolling {sum} on the first throw wins immediately!
Rolling {sum} on the first throw loses immediately!
Your point is {sum}. Keep playing to win or lose!
{isCustomRules ? (customLoseSums.length > 0 ? customLoseSums.join(', ') : 'None') : 'Rolling 2, 3, or 12'}
{isCustomRules ? (customWinSums.length > 0 ? customWinSums.join(', ') : 'None') : 'Rolling 7 or 11'}
All other sums
Die 1
{dice1 &&{dice1}
}Die 2
{dice2 &&{dice2}
}Total
Rolls: {rollCount}
Craps is a classic casino dice game that demonstrates interesting probability concepts. The first throw (called the "come out roll") immediately determines the outcome in certain cases:
If you roll 4, 5, 6, 8, 9, or 10, that becomes your "point" and the game continues with different rules.