| Package | Description |
|---|---|
| game_backend | |
| game_frontend |
| Class and Description |
|---|
| Card
Represents a regular deck card.
|
| Card.Ranks |
| Card.Suits |
| Deck
Represents a full deck with N cards.
|
| Hand
Represents a hand of a player, with five cards and all the actions associated to it
|
| Play
Represents a generic game of Cards.
|
| PlayVariant
Represents a generic variant of Poker.
|
| PokerRules
Abstract class that contains generic Poker rules.
|
| Class and Description |
|---|
| Card
Represents a regular deck card.
|
| Play
Represents a generic game of Cards.
|
| Player
Represents a player that can interact with a game of cards
|