Class | Description |
---|---|
Asteroid |
An asteroid that the Spaceship has to dodge.
|
Boundary |
A solid horizontal barrier at the top or bottom of an InGameState's playing
field.
|
Camera |
A simple SpaceObject that serves as a camera for an InGameState's Viewport.
|
CreditsState |
A GameState that displays the game's credits.
|
Explosion |
A short-lived explosion effect that a Spaceship creates when it is destroyed.
|
Game |
The main class of Asteroid Field, a simple game in which you steer a
spaceship to avoid asteroids.
|
InGameState |
A SpaceState in which Asteroid Field's actual gameplay takes place.
|
MenuState |
A GameState that implements the main menu.
|
ScoreHUD |
An HUD that displays the current score and high score.
|
Spaceship |
A spaceship that the player can move up and down.
|