public class Game extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private GameEngine |
engine |
private UserInterface |
gui |
| Constructor and Description |
|---|
Game()
Create the game and initialise its internal map.
|
private UserInterface gui
private GameEngine engine
public Game()