
on the home page, you claim the game is provably fair, but where can i check how your provably fair system works?
i checked all over the website (FAQ, profile, demo game, the how it works page...) and there is no info about it whatsoever.
so... are you just lying or what? is it not possible to check before playing a game first?
Sorry about that — the badge went up a bit too early, before the mechanism was fully implemented, which caused the confusion. There was never any intent to lie about it.
At that point, cards were generated using
Math.random() — plain random, with no way to verify. That's now
fixed and fully implemented.
Here's how it works now:
- Full details on the mechanism are now in the FAQ and Terms of Service.
- On the home page, even for logged-out users, you can click "Provably Fair" — it shows the 3 most recent games, which you can verify.
- Before each deal, a server seed hash is generated and shown to players before the round starts — proof that the outcome is locked in advance and can't be changed afterward.
- After the game ends, the actual seed is revealed.
- On the History page, there's a "Verify" icon — clicking it gives you full details for that specific game: the seed, the hash, and the ability to independently confirm the deck order matches what was claimed.
Thanks for pushing on this — it genuinely helped us close the gap faster.