Package it.polimi.ingsw.am13.model.card


package it.polimi.ingsw.am13.model.card
  • Class
    Description
    Represents a generic card of the game.
    This class parses the information of card_json and creates Card objects in accordance to the Factory pattern
    Represents a golden car, that can be played in player's field sometime during the game.
    Read-only interface of a card
    Represents an objective card.
    Represents an objective card.
    Represents a card that can be played in player's field sometime during the game.
    Represents a card that can be played in player's field sometime during the game.
    Represents a resource car, that can be played in player's field sometime during the game.
    Represents the active side (front) of an objective card.
    This class represents one of the two sides of a playable card
     
    Represents a starter car, that can be played in player's field sometime during the game.
    Represents a starter car, with its id and a visible side (if it's visible in someone's field of in the common field)
    Represents color of a card side.
    Represents a 2-tuple of coordinates for a 2D point or vector that could be used in game.
    This is a class that represents one of the four corners of the side of a card
    Enum of all the possible resources, plus NO_RESOURCE for corners that are empty or non-visible
    Enumeration of the two sides of a card (front and back)