cards topic

Cards are represented by a small integer in the range 1..63. See the wiki for more information.

Classes

Deck cards
A "live" Deck of cards that is used for a game.
DeckInterface cards
Common behavior for Deck-like objects.
Hand cards
Hand of cards associated with (and created from) a Deck.
HandInterface cards
Common behaviors for hand-like objects.
MasterDeck cards
MasterDeck | wiki
OrphanHand cards
Hand of cards not associated with a Deck.

Enums

Card cards
Enum for cards and their basic methods. (see Card @ wiki)
Rank cards
Suit cards
Enum for card suits and their most basic methods. (see Suit @ wiki)