Added a method to Board that picks the first card in a card deck and moves it to the back of the deck and then returns the card.
Added a DrawCardTile class that uses the method in Board to pick a card, then uses the Cards action method to get a CardActionResultModel (action also does the action of the card) and then returns the model to MovePlayerUseCase
Added a method to Board that picks the first card in a card deck and moves it to the back of the deck and then returns the card. Added a DrawCardTile class that uses the method in Board to pick a card, then uses the Cards action method to get a CardActionResultModel (action also does the action of the card) and then returns the model to MovePlayerUseCase