| Interface | Description |
|---|---|
| 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.
|
| ScreenBasedGame |
An implementation of
GameContainer that allows for separation of a
game into multiple GameScreens and provides support for
Transitions between such screens via a ScreenManager |