public class Main
extends javafx.application.Application
Main class inits and launch game.
The app follows an MVP Architecture :
ConsoleGameModel notifies changes to GameView (its observer),
GameView sends user request to AppPresenter and send state request to model,
AppPresenter alternates from menu to game and changes ConsoleGameModel fieldsApplication| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
start(javafx.stage.Stage window) |