Added Javadoc comments

This commit is contained in:
Nathan Lum
2019-03-11 15:20:38 -06:00
committed by GitHub
parent f1a43a279a
commit 8c3098a498

View File

@@ -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();