Package g54327.humbug.controller
Class Controller
- java.lang.Object
-
- g54327.humbug.controller.Controller
-
public class Controller extends Object
- Since:
- 0.2.0
- Version:
- 1.1.0
- Author:
- Andrew SASSOYE
-
-
Constructor Summary
Constructors Constructor Description Controller(Model game, InterfaceView view)
Controller constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
startGame()
Start the gamevoid
startGame(int nLevel)
Start the game
-
-
-
Constructor Detail
-
Controller
public Controller(Model game, InterfaceView view)
Controller constructor- Parameters:
game
- Modelview
- View
-
-