Browse Source

reviewing yahtzee / scoresheet with team

Jonathan Hinds 6 years ago
parent
commit
a1d9a6616d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/main/java/io/zipcoder/casino/Yahtzee.java

+ 3
- 0
src/main/java/io/zipcoder/casino/Yahtzee.java View File

@@ -48,6 +48,9 @@ public class Yahtzee extends DiceGame implements Game{
48 48
             d.roll();
49 49
         }
50 50
         dicePlayer.printCup();
51
+
52
+        //roundRoutine();
53
+
51 54
     }
52 55
 
53 56
     public void roundRoutine(){