tsubasa
tsubasa copied to clipboard
Implement `draw_card` system
Description
At every turn each player will draw a "random" card. To generate a """""""random""""""" number you can hash together the block_number and block_timestamp then make it modulo the number of cards remaining in the deck. (any other way can be good also.
Acceptance criteria
- At the beginning of each turn the player draws a random card