Test out this code BOIZ

This commit is contained in:
KahootChampion
2019-02-25 20:20:11 -07:00
parent 1295d625fb
commit 581bee7bfe
2 changed files with 2 additions and 6 deletions

View File

@@ -213,6 +213,7 @@ public class Player {
public void gameOver(){
System.out.flush();
System.out.println("Game over");
System.exit(0);
}
public boolean playAgain(){