Added Javadoc comments
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
import javafx.application.Application;
|
import javafx.application.Application;
|
||||||
import javafx.stage.Stage;
|
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 {
|
public class MainGUI extends Application {
|
||||||
private Player player = new Player();
|
private Player player = new Player();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user