| Class | Description |
|---|---|
| Entity | Player and Monster base class |
| EntityManager | The entity manager |
| Game | The main Game class |
| Jukebox | MP3 Jukebox |
| Map | Map cell container |
| MapCell | Cell of map class |
| Menu | |
| Monster | Monster class |
| Particle | Particle class |
| ParticleSystem | |
| Player | Player representation |
| SoundFX | Sounde Effects Engine |
| TopScore | Top Score manager |
| Delegate | Description |
|---|---|
| Game.GameEventHandler | Common game event handler |
| Enumeration | Description |
|---|---|
| Entity.MoveDirection | Move direction type |
| Game.LevelEndType | Level end type ;) |
| MapCell.EntityType | Entity type |
| SoundFX.SFX | Sound Effect type |