diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5bcdea5..8ebea0a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,7 @@ - + @@ -19,20 +19,17 @@ - - - - - + + - + - - + + @@ -40,26 +37,31 @@ - - + + + + + + + + + + + + + + + + - + - - - - - - - - - - - + + @@ -75,11 +77,6 @@ - numOfLittyShips - delay - Hp - shipwarfare - destroyPeasa destr destro hitco @@ -105,6 +102,11 @@ continue cashTex cashTe + run + loan + get loa + warehouse + warehouse\n HP @@ -129,9 +131,10 @@ @@ -172,7 +175,7 @@ - + @@ -287,7 +290,7 @@ - + 1550458470138 @@ -534,11 +537,32 @@ - - @@ -641,9 +665,6 @@ - - - @@ -666,7 +687,10 @@ - @@ -774,20 +798,52 @@ + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + diff --git a/src/ShipWarfareGUI.java b/src/ShipWarfareGUI.java index ab69ec3..ef3d139 100644 --- a/src/ShipWarfareGUI.java +++ b/src/ShipWarfareGUI.java @@ -10,6 +10,13 @@ import javafx.scene.layout.HBox; import javafx.scene.layout.VBox; import javafx.stage.Stage; +/** + * 2019-03-10 + * Authors: Harkamal, Vikram, Haris, Siddhant, Nathan + * ShipWarfareGUI class, Generates and utilizes ships which the user can attack or run from + * + */ + import java.util.Random; public class ShipWarfareGUI {