Removed previous textbased game

This commit is contained in:
2019-03-10 23:50:41 -06:00
parent a58d0fa184
commit e6a67ce1e4
14 changed files with 80 additions and 2321 deletions

View File

@@ -28,19 +28,6 @@ public class MainGUI extends Application {
player = shop.getPlayer();
}
/**
* Initializes the player object with 5 guns or $400 and $5000 debt.
*
* @param start player object from the main class used to update the start class
*/
public void start(Start start){
start.setPlayer(player);
start.initialize();
player = start.getPlayer();
}
/**
* Updates main class with player data and starts the game.
* The game will only run as long as the player has not retired or has been destroyed.