From 8c3098a498c66c72a57115b6135bd252da2be7d6 Mon Sep 17 00:00:00 2001 From: Nathan Lum <33772546+Templarre@users.noreply.github.com> Date: Mon, 11 Mar 2019 15:20:38 -0600 Subject: [PATCH] Added Javadoc comments --- src/MainGUI.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/MainGUI.java b/src/MainGUI.java index e689d25..2e1889c 100644 --- a/src/MainGUI.java +++ b/src/MainGUI.java @@ -1,6 +1,13 @@ import javafx.application.Application; import javafx.stage.Stage; +/** +* 2019-03-10 +* Authors: Harkamal, Vikram, Haris, Siddhant, Nathan +* MainGUI class, Initializes the entire game and runs the game for user to play +* +*/ + public class MainGUI extends Application { private Player player = new Player();