Ejemplo n.º 1
0
 private void CheckAllHandsCards()
 {
     player.ShowAllCards();
     aiPlayer.ShowAllCards();
     Console.WriteLine($"You have {player.Points}. AI has {aiPlayer.Points}");
 }