Interface | Description |
---|---|
GameManager |
A test to group view and controllers.
|
MainMenuInterface |
The game state of the Main Menu.
|
Class | Description |
---|---|
Camera |
Creates a virtual camera wich displays the game world on the viewport.
|
Configuration |
The configuration should include most of the game's specific options.
|
Console |
The message system can manage&show messages (Line).
|
Controller |
A controller manages the map and the game data.
|
DevTools |
The FPS diagramm collects some fps values and creates a diagram and analyzes it.
|
EngineView |
A view which is not dependend on the currently active game.
|
GameplayScreen |
The GameplayScreen State.
|
GameView |
The GameView manages everything what should be drawn in an active game.
|
RenderDataDTO |
Saves the information for the rendering.
|
View | |
WorkingDirectory |
A class which helps getting OS specific information.
|