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 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
Unfortunately, the review that I did for this branch was not documented on GitHub. I have added a screenshot of the original message from discord below where the date and time of the review can be seen
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 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