I'm creating a casino game that multiple people can play. The basics of how it works are as follows:
- A 10x10 grid of tiles is displayed to the players.
- Players may purchase any number of tiles they like up to 10.
- Once all tiles are purchased the game displays the winning tile.
- Whoever purchased the winning tile wins the prize.
The winning tile is chosen at the start of each round and not shown until the end. How can I implement a provably fair system to show all the players the number chosen at the beginning was truly random and did not change?
Aucun commentaire:
Enregistrer un commentaire