Card playing game, but via a REST API.
Wizard is a trick-taking card game for 3 to 6 players.
It is played over multiple rounds.
Each round adds one more card per player.
The goal is to correctly predict the number of hands you will win in that round.
In one round, the players play one card from their hand in turns until all cards are played.
The score is determined based on the number of hands won per round.
Score the most points by correctly predicting how many hands you will win in each round.
60-card deck:
Shuffle the deck.
Deal N cards to each player in round N (1 card in the first round, 2 cards in second round, etc.).
Reveal the top card from the deck to determine the dominant color (Wizard = dealer picks; Jester = no dominant card).
Players take turns estimating how many hands they will win this round.
The estimate is based on the cards in hand and the opened dominant color.
Bids are declared before any cards are played.
The player to the dealer's left leads.
Follow the dominant card's color if possible. If not possible, play any card.
Card strength order:
Wizard > On-color Card > Off-color Card > Joker
Between on-color cards, the card with the highest numeric value wins.
Highest card wins the hand.
Winner leads the next hand.
Scores are kept per round played. The total score wins.