Games · Backgammon
Backgammon you can check
Play live backgammon — free or for TRX stakes — with provably fair dice you can verify yourself.
Free play is always available. Stakes run 10 – 1000 TRX and settle on-chain.

Right now
Counts only — we never publish who is playing or what any individual match is worth.
How the dice are proven fair
The server commits before it rolls
When two players are matched, the server generates a secret seed and publishes SHA-256 of it. It can no longer change its mind: any other seed produces a different hash.
…and pins the match to a block nobody has mined
A hash alone would not stop the server generating a thousand seeds beforehand, simulating each and committing to the one it liked. So the commitment also names a future TRON block height. You cannot simulate what depends on a block that does not exist yet.
Both players add their own seed
Each side contributes a client seed, so no single party — including the platform — supplies all the randomness. Every roll is an HMAC over those inputs and the roll number.