Uses of Interface
com.bombinggames.wurfelengine.core.GameManager
-
Packages that use GameManager Package Description com.bombinggames.wurfelengine.core com.bombinggames.wurfelengine.extension.basicmainmenu This package provides a basic main menu to start a game instance.com.bombinggames.wurfelengine.mapeditor -
-
Uses of GameManager in com.bombinggames.wurfelengine.core
Classes in com.bombinggames.wurfelengine.core that implement GameManager Modifier and Type Class Description class
Controller
A controller manages the map and the game data.class
GameView
The GameView manages everything what should be drawn in an active game in game space. -
Uses of GameManager in com.bombinggames.wurfelengine.extension.basicmainmenu
Classes in com.bombinggames.wurfelengine.extension.basicmainmenu that implement GameManager Modifier and Type Class Description class
GameViewWithCamera
A simple Controller which adds a camera. -
Uses of GameManager in com.bombinggames.wurfelengine.mapeditor
Classes in com.bombinggames.wurfelengine.mapeditor that implement GameManager Modifier and Type Class Description class
EditorView
-