Games · Craps

Craps: roll the dice and see the edge

Craps looks like the most intimidating table in the casino — but the bets that matter are simple, and the math is unusually friendly if you stick to them. Roll the dice for free, take the pass line with free odds (the only 0% house-edge bet anywhere), and watch exactly why the flashy center-table bets cost the most.

Net result $0.00
Come-out roll — bet the Pass or Don't Pass line.
Place your chips, then roll.
On the felt$0
Active bets0
Combined edge
Recent rolls

Educational simulation — fun credits only, no real money. The house edge is real on every bet except free odds (0%): the pass line is 1.41%, place 4/10 is 6.67%, the field 5.56%. The longer you play, the more the math wins.

How this simulation works
Rules modeled
Two-die craps with the come-out → point state machine. Core bets: Pass / Don't Pass (bar 12), Come / Don't Come, Free Odds (take and lay), Place (4,5,6,8,9,10), and the Field. Free-odds cap configurable (default 3-4-5×); field default pays 2:1 on both 2 and 12 (a 3:1-on-12 variant is available). Stakes are whole dollars, with the traditional bet units (place 6/8 in $6, 5/9 & 4/10 in $5, odds sized for an exact payout).
Assumptions
Two fair, independent dice. Fun credits only, no real money. The 'house edge' shown is the exact figure per initial wager (the don't side includes the bar-12 push). Free odds are true odds — 0% edge — so the combined edge shown for a line bet plus odds is measured on total action and falls as you add odds. Come odds and place bets are off on the come-out by default. Over many rolls the observed edge tends toward the exact figure; random variation always remains over any finite session.
Mathematical basis
Odds and edges come from an exact analytic solver (exact bigint rationals: one-roll enumeration for the field, per-resolution ratios for place bets, the come-out distribution plus a per-point geometric series for line/come bets, true odds for free odds), the displayed source of truth; the Monte-Carlo simulator only validates against it. Reference edges: pass/come 1.41%, don't 1.36%, place 6/8 1.52% · 5/9 4.00% · 4/10 6.67%, field 5.56% (2:1) / 2.78% (3:1 on 12), free odds 0%, pass + 3-4-5× odds ≈ 0.37% on total action.
Engine version
craps engine 1.0
Validation
Unit-tested (every bet's edge, the per-initial-wager vs per-resolution distinction, the full come-out→point lifecycle with come bets traveling independently, the working/off matrix, place stay-up, the stake-aware combined-odds identity across every cap, invariants, seeded reproducibility, and SE-scaled convergence).
Last reviewed
Independently reviewed for math and code correctness; every reported finding was addressed and regression-tested. Last reviewed 2026-06-24 (1 review passes).