Game background
Fire Keno is a 20-of-80 draw game supporting 2–10 selections and a selection-specific paytable. It is a compact case for secure sampling, strict input validation, and exact hit-to-multiplier lookup.
An interactive number board backed by secure server-side drawing and paytable evaluation.
Select at least 2 numbers.
What the player experiences, what the implementation actually owns, and where production responsibilities would begin.
Fire Keno is a 20-of-80 draw game supporting 2–10 selections and a selection-specific paytable. It is a compact case for secure sampling, strict input validation, and exact hit-to-multiplier lookup.
The reusable KenoApiService owns an expiring session and delegates the draw to FireKenoGame. A shared cryptographic sampler generates unique values; the game owns board-state encoding and paytable lookup.
A cryptographic Fisher–Yates sampler draws 20 unique numbers on the backend. The source RTP is disclosed as model metadata; there is no certification or provably-fair commitment.
- gameId- betAmount- selectedNumbers- lastActivity- drawnNumbers- selectedNumbers- screen- selected- hits- multiplier- payout