Brought back Vikram's changes

This commit is contained in:
2019-02-22 16:44:52 -07:00
parent 7a947a87c2
commit 36f3b84eb8
2 changed files with 45 additions and 34 deletions

View File

@@ -135,8 +135,9 @@ public class Player {
if (debt >= 0) {
this.debt = debt;
}
}
public void gameOver() {
public void gameOver(){
System.out.flush();
System.out.println("Game over");
}