Verify Mines Game
Enter your game seeds and nonce below to verify the fairness and integrity of your mines game round.
Game Verification
Results will appear here after verification
Total Cells
20
Mine Count
5
🔍 How Does This Work?
Verification:
- Server and client seeds are combined with a nonce to generate randomness
- SHA-256 hash creates bomb positions on a 4x5 grid
- Run the same algorithm locally to verify results match the server
Details:
- Algorithm: SHA-256 hash function
- Grid: 4x5 grid (20 cells)
- Generation: Sequential counter for each mine
- Verification: Run locally to verify results