|
No it is just a class that manages the interaction between all your models (Player, Card, Deck, etc).
First start with setting up a Player, Deck and Card, and see if you can transfer a card from the main deck to the hand of the player. If the player has a card then the main deck doesn't contain that card anymore so you'll need to remove that card from the main deck.
Start with this.
__________________
|