keep-starknet-strange / tsubasa

Tsubasa onchain game built with Dojo, running on a Starknet Appchain.
https://play.tsubasa.win
MIT License
59 stars 30 forks source link

Implement card waiting on the side before entering the field #50

Closed 0xLucqs closed 1 year ago

0xLucqs commented 1 year ago

Description

Do what @clicksave shows

Acceptance criteria

ayushtom commented 1 year ago

can i pick this? @LucasLvy

clicksave commented 1 year ago

Hopefully this is useful to you. When cards are placed on the board they enter a pending state which lasts for a full turn. visually It's a bit different that what lucas described but the practical effect is the same.

https://github.com/keep-starknet-strange/tsubasa/assets/3332646/86feb152-7ecb-447a-9032-303e8b934977

NOTE: Players are dragging and dropping cards here, and the card position has its own emphasized state


Resources

Pattern Card Components

ayushtom commented 1 year ago

Thank you! I'll look into this

remiroyc commented 1 year ago

@ayushtom FYI I implemented a pending state on my card component #59

ayushtom commented 1 year ago

Thanks. Ill use this component and integrate on my PR or is anything pending to be done in this? @remiroyc

remiroyc commented 1 year ago

Thanks. Ill use this component and integrate on my PR or is anything pending to be done in this? @remiroyc

Okay nice. I've just marked my PR as ready to review. It should be merged soon if everything goes well.