A static web tool for casino dealers to drill payout math for Craps, Roulette, and Baccarat.
- A random bets are generated and shown on the table layout
- You calculate the correct payout mentally
- Type your answer and submit
- Correct/incorrect feedback is shown, with the right payout revealed if you missed it
- Tap "Next Round" for a new scenario
| Game | Status | Coverage |
|---|---|---|
| Craps | Live | Horn bets (Any Seven, Any Craps, Horn High, Horn numbers) |
| Roulette | Coming soon | Inside bets |
| Baccarat | Coming soon | Dragon/Tiger |
- Vue 3 (Composition API) + Vue Router
- Vite build tooling
Requires Node ^20.19.0 or >=22.12.0.
npm install
npm run dev # dev server with HMR
npm run build # production build → dist/
npm run preview # preview the production build locallyA difficulty dock on each game page adjusts the wager range used when generating scenarios. Selection is persisted to localStorage.
