Plinko Verifier
This page re-computes a game result using the same deterministic logic as the server.
← Back to GameHow to find your inputs:
- Play a full game on the main page.
- Open your browser's Developer Console (F12).
- After the ball lands, look for the log: "Round Revealed! Server Seed: ... Nonce: ..."
- Copy your `clientSeed` (from the input) and the `serverSeed` and `nonce` (from the console) into the form below.