de.unifreiburg.twodeedoo.view
Interface IGame


public interface IGame

The game as a whole, seen from the SceneView.

Author:
anton

Method Summary
 void quit()
          Quit the game without further questions.
 void restart()
          Restart the game from square one.
 

Method Detail

restart

void restart()
Restart the game from square one.


quit

void quit()
Quit the game without further questions.