Class | Description |
---|---|
BasicPlayer |
Represents basic player which contains id and set of card for particular game.
|
Card |
Represents a playing card
|
Deck |
Represents a deck of cards which are going to be used in a new game
|
DeckFactory |
Creates new
Deck |
DeckFactoryTest | |
DeckTest | |
Game |
Represents game which contains
|
ShuffleStrategy<T> |
Contains logic for randomly shuffling element of a list
|
Enum | Description |
---|---|
CardRank |
Represents a rank of playing card
|
CardSuit |
Represents a suit of playing card
|
GameStatus |
Contains status of the game which can appear
|