Exploitation Prevention
Often times games are targets to exploits given insecure game mechanics leading to unfair advantage for certain players. In order to create a fair, and equal gaming experience we are utilizing verifiable on-chain randomness requests powered by VRF technology: The game has some important elements at which verifiable on-chain randomness is obligatory:
Arena selection Every game takes place inside an arena. As the arenas boost, and weaken specific cards, the arena selection has to be fully random in order to not give any player an unfair advantage
The starting player In order to select which of the two players will start the game we are simply doing a randomness request
Deck Shuffle After each move during a game, both players' decks are randomly shuffled. This prevents bots to exploit the game by remembering the sequence how cards are stacked inside the opponent's deck.
Last updated