issues
search
lijim
/
monks-and-mages
Monks and Mages is a TCG-game built on React and socket.io
https://www.monksandmages.com
MIT License
17
stars
0
forks
source link
Feat: Deckbuilder UI for Draft / Sealed mode
#421
Closed
lijim
closed
1 year ago
lijim
commented
1 year ago
Extended
DeckBuilder
and
CompactDeckList
to allow users to construct decks for Draft and Sealed mode.
Rendered them when the game's state is "deckbuilding"
Next up:
Add a game action for completing deckbuilding ("submit deck") and wire it up to the submit button
Add a game action for finishing up draft ("finish draft") and add UI for it
DeckBuilder
andCompactDeckList
to allow users to construct decks for Draft and Sealed mode.Next up: