Class Game
- java.lang.Object
-
- Game
-
public abstract class Game extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static GameEngine
aEngine
private static UserInterface
aGui
-
Constructor Summary
Constructors Constructor Description Game()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] pArgs)
Create the game and initialise its internal map.
-
-
-
Field Detail
-
aGui
private static UserInterface aGui
-
aEngine
private static GameEngine aEngine
-
-
Constructor Detail
-
Game
public Game()
-
-
Method Detail
-
main
public static void main(java.lang.String[] pArgs)
Create the game and initialise its internal map. Create the inerface and link to it.
-
-