| Package | Description |
|---|---|
| game_backend |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleBonus
Class that implements the features of the Poker's variant double bonus
|
| Modifier and Type | Field and Description |
|---|---|
private PlayVariant |
Game.variant |
| Constructor and Description |
|---|
Game(PlayVariant variant)
Constructor of Game in which deck is initialized as default
|
Game(PlayVariant variant,
java.util.ArrayList<Card> cards)
Constructor of Game in which a list of cards is supplied
|