Plinko
Plinko involves dropping a ball down a pegged pyramid. The landing slot determines the multiplier applied to the bet.
Events
Client -> Server
{ "betAmount": 10, "rows": 16, // 8 to 16 "risk": "medium", // "low", "medium", "high" "clientSeed": "seed" // client's seed }
Server -> Client
{ "serverSeedCommitment": "hash", "clientSeed": "seed", "nonce": 10 }
Last updated