Ver código fonte

reviewing yahtzee / scoresheet with team

Jonathan Hinds 6 anos atrás
pai
commit
a1d9a6616d
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      src/main/java/io/zipcoder/casino/Yahtzee.java

+ 3
- 0
src/main/java/io/zipcoder/casino/Yahtzee.java Ver arquivo

@@ -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(){