Fixed the commenting on a lot of the code. Also added some stuff to Travel, fixed some bugs.

This commit is contained in:
2019-02-25 23:31:39 -07:00
parent de3c686db7
commit 2d1864bb87
6 changed files with 99 additions and 35 deletions

View File

@@ -419,9 +419,10 @@ public class Player {
}
/**
* Method to indicate that you have lost the game
*
*/
* Method to indicate that you have lost the game. If the player has lost, console will be cleared and will only
* show the statement "Game Over". After showing the message the game closes.
*
**/
public void gameOver(){
System.out.flush();