Cards
There are two type of cards
Defi Booty Bag
Zero Knowledge Chance
If a player lands on a card, the game enteer a has to pick card state, where only the current player in turn can call the pickCard function. WHen this function is called, a called to QRNG is done to generate a random number between 0 and 16 to indicate the index of the card in the card deck. The card is picked and executed automatically.
Examples:
Alice is in Genesis Block (0), rolls the dice and gets a 7. Lands on a Defi Booy Bag and the game State is now
PlayerHasToPickCard
. His/her turn time is still rrunning
Last updated