state library

Classes for managing the state of a game, card sets, and decks.

Classes

Area
A play area, representing the cards associated with and in play by a player.
CardSetInventory
A collection of cards that belongs to a specific CardSet.
Collection
A collection of cards that may span multiple CardSets.
Deck
Represents a pre-made or custom deck of 52+ cards.
DeployedBase
A deployed BaseCard.
DeployedCard<T extends TargetCard>
A card that is in play.
DeployedUnit
A deployed UnitCard.

Extensions

CardDuplicator on T
Provides the duplicate method for cards.