Interface | Description |
---|---|
ApplicationListener |
Extends
ApplicationListener to add update and interpolate methods. |
GameResizeListener |
Common interface for listening to
GameContainer resizes |
Class | Description |
---|---|
BasicGame |
A simplified
GameContainer for beginners to build upon |
GameContainer |
Base class for mini2Dx game containers.
|
GameWrapper |
An abstract implementation of
Game for launching mini2Dx games |
ScreenBasedGame |
An implementation of
GameContainer that allows for separation of a
game into multiple GameScreen s and provides support for
Transition s between such screens via a ScreenManager |