tsubasa icon indicating copy to clipboard operation
tsubasa copied to clipboard

Implement `draw_card` system

Open 0xLucqs opened this issue 1 year ago • 1 comments

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

0xLucqs avatar Aug 14 '23 08:08 0xLucqs