Added JavaDocs for ShipWarfare

This commit is contained in:
KahootChampion
2019-03-11 15:32:52 -06:00
parent 8402a2368c
commit 762b399c4b
2 changed files with 107 additions and 44 deletions

View File

@@ -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 {