Play Card

Prerequisites

  • Logged in
  • User needs to be in a game with [GameState][game-state] INGAME
  • He has to not be the CardJizzer

Contrary to the pickCard command playCard is designed for every other player of the round used for playing a card of their hand.

Sample

{
    "command": "playcard",
    "params": {
        "carduuid": "carduuid-here"
    }
}

NOTE: If the player hasn’t got the carduuid on his hand (internal object storing all the playable cards).