Skip to content
Snippets Groups Projects
Commit 482cbb0d authored by iliya's avatar iliya
Browse files

refacto: same as previous tag

parent 0addc4c8
No related branches found
No related tags found
No related merge requests found
......@@ -93,4 +93,12 @@ public class CroupierPlayer implements IPlayer {
return str;
}
@Override
public void displayPlayerHand() {
System.out.println();
System.out.println("Croupier's hand is: " + this.getHand());
System.out.println("Its value is: " + this.getHand().computeHandValue());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment