keep-starknet-strange/tsubasa

Implement `create_deck`

Closed this issue · 2 comments

Description

Each player will need to create his deck. Each deck is composed of 8 different cards. A card is an NFT so a deck can be represented as a list of u256. Though any other way could be fine. Surprise me i guess

Acceptance criteria

  • A user can create a deck

I can take this one ser

so for create_deck, does this check for card NFTs that the player has?

And then maybe a function that sets the NFTs ids into the deck ? @LucasLvy