Beispiel #1
0
  public void addDeck(Deck hand) {
    this.hand = hand;

    // change to hand instead of playerHand//

    System.out.println("player1" + hand.toString() + "size" + hand.getCardsLeft());
    System.out.println("player2" + hand.toString() + "size" + hand.getCardsLeft());
  }