Mines
Mines is a single-player grid game (5x5). Players try to reveal tiles without hitting a mine.
Events
Client -> Server
{ "betAmount": 10.5, "mineCount": 3, // 1 to 24 "clientSeed": "user-provided-seed" }
{ "index": 12 // 0-24 }