From 762b399c4be833997197d55e3b7aabd3a2e648a3 Mon Sep 17 00:00:00 2001
From: KahootChampion
Date: Mon, 11 Mar 2019 15:32:52 -0600
Subject: [PATCH] Added JavaDocs for ShipWarfare
---
.idea/workspace.xml | 144 ++++++++++++++++++++++++++++------------
src/ShipWarfareGUI.java | 7 ++
2 files changed, 107 insertions(+), 44 deletions(-)
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 @@
1552280311399
-
+
+ 1552280610787
+
+
+
+ 1552280610787
+
+
+ 1552282957716
+
+
+
+ 1552282957716
+
+
+ 1552328825548
+
+
+
+ 1552328825548
+
+
-
+
@@ -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 {