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

@@ -15,7 +15,6 @@ public class ShipWarfareGUI {
private Player player = new Player();
private ShipWarfare shipWarfare = new ShipWarfare(player);
private HBox hBox;
private Button fightButton;
private Button runButton;