Every game uses cryptographic proof to ensure the deck shuffle is fair and cannot be manipulated.
Paste the proof from any completed game to verify it was fair.
Hash Algorithm: SHA-256
Seed Length: 256 bits (64 hex chars)
Shuffle: Fisher-Yates with seeded PRNG
Deck Size: 110 cards
Commitment: hash(server_seed) published before game
Combined: hash(server_seed + client_seeds) determines deck
Verification: 100% client-side (no server trust needed)