| Class | Description |
|---|---|
| Card |
This class represents a single playing card with its face value, value, and suit.
|
| Deck |
This class represents a deck that contains 52
Card objects. |
| Player |
This class represents a single player of the card game.
|