|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use game | |
|---|---|
| game | Root package, contains IGame and IGameDisplay interfaces, and CGameCanvas and CGameLoop classes. |
| game.application | Contains both an applet and a frame, both implementing IGameApplication and containing a CGameCanvas. |
| game.graphics | Contains various graphical entities, including the IGraphicObject interface. |
| game.graphics.sprite | Contains the sprite handling classes. |
| game.graphics.text | Text displaying classes (contains CBitmapFont and COnscreenMessage). |
| game.physics | Set of abstract classes usefull for defining graphical objects in a physical world. |
| game.score | Score management (score and highscore). |
| Classes in game used by game | |
|---|---|
| CGameLoop
Game loop implementation, can be frame or time based. |
|
| IGame
Interface between the game and the gameloop. |
|
| IGameDisplay
Classes implementing this interface are responsible for providing drawing area info and bitmap fonts to the graphic objects. |
|
| Classes in game used by game.application | |
|---|---|
| CGameCanvas
The game Canvas, implementing the IGame and IGameDisplay interfaces. |
|
| Classes in game used by game.graphics | |
|---|---|
| IGameDisplay
Classes implementing this interface are responsible for providing drawing area info and bitmap fonts to the graphic objects. |
|
| Classes in game used by game.graphics.sprite | |
|---|---|
| IGameDisplay
Classes implementing this interface are responsible for providing drawing area info and bitmap fonts to the graphic objects. |
|
| Classes in game used by game.graphics.text | |
|---|---|
| IGameDisplay
Classes implementing this interface are responsible for providing drawing area info and bitmap fonts to the graphic objects. |
|
| Classes in game used by game.physics | |
|---|---|
| IGameDisplay
Classes implementing this interface are responsible for providing drawing area info and bitmap fonts to the graphic objects. |
|
| Classes in game used by game.score | |
|---|---|
| IGameDisplay
Classes implementing this interface are responsible for providing drawing area info and bitmap fonts to the graphic objects. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||