Ludo
Match Flow:
Game Creation:
-Admin registers Ludo via
addGame
.-Game owner sets metadata and fees.
Match Creation:
-Player 1 creates a private match using
createMatch
and provides a cryptographic hash of authorized player addresses.Player Join:
-Players 2, 3, and 4 call
joinMatch
and provide matching authorization data.Game Execution:
-The Ludo match is conducted off-chain among the participants.
Result Submission:
-Game owner submits the winner via
submitMatchResult
.Reward Distribution:
-Staking rewards are distributed to the winner, with protocol and game fees deducted.
Last updated