로딩 중…
로딩 중…
Legal / Fairness
When a BINGO round begins, the 10 card layouts are pre-committed and served identically to every player in that round. This page discloses each round's seed and layouts so players and auditors can verify after the fact.
Why BINGO is a skill game
Verification method (technical)
Each round's seed lives in bingo_games.layout_seed (32-character UUID hex). The 10 layouts live in the bingo_round_cards table (24 distinct values × 25 cells with centre FREE). Generator logic is open in bingo_generate_round_layouts() (SQL migration 110). An open-source verifier script will be published on GitHub.