- image: Love2D Image object
- suit: Card suit
- value: Card numeric value
- id:
<suit>+<value>
- subdeck_id:
SubDecks.id
- cards: set of
Card
s
- id: one of
['diamonds_high', 'diamonds_low', 'spades_high', 'spades_low', 'clubs_high', 'clubs_low', 'hearts_high', 'hearts_low']
- won_by: team ID
- cards: starts with 8 random cards drawn from
Deck
- handSize: current hand size, starts at 8
- suits: Set of all suits in player's current
cards
, used for quicker lookup
- team: Team ID
- id: Player ID
- hand: pointer to
PlayerHand
- players: Set of Player IDs
- score: team score
- numHandsWon: number of SubDecks won