🔐 Randomness & Transparency
All game results are verifiably random using Proof of Play. The following on-chain Solidity code is used to generate dice outcomes:
📌 Explanation:
Both player and system dice are derived from a shared
randomSeed
(via Proof of Play).Every outcome is deterministic, tamper-proof, and recorded on-chain.
No hidden conditions — complete transparency is guaranteed.
Last updated