This is simple card game as a side project of Deer.White
python3 -m http.server [port-num-to-use]
- Deck building
- Single Deck include 10 cards
- For Normal tier cards, a maximum of three copies of a card
- For Gold tier cards, deck has only one card
- Card Play
- Best 2 out of 3
- At the start of a match, each player draws 5 cards from their deck
- Round 1, player can swap 2 cards
- Round 2 and 3, each player draws 1 card from the deck
- Each turns, player can play one card or pass the turn
- If all player passed the turn or there is no card to play, round finish
Common
- card rule
- write korean readme
- card description (drobox paper)
Card Play
- load card data from json
- set card images
- select factions
- game board layout
- display card details
- card picking animation
- create card element and set data
- calculate card points
- opponent auto play (simple)
- display card description when hover
- draw card
- pass turn
- displaying round status
- card drag & drop
- load decks from the Deck Builder
Deck Buildig
- cookie save & load system
- set card images
- faction tab
- deck save, load integrate with cookie system
- draw load user custom deck cards
- edit user custom deck
- remove user custom deck
Except codes, other resources cannot be modified or used for any reasons.
© 2018 Team Deer.White All Rights Reserved.