Interface | Description |
---|---|
Spaceship<T> |
Represents a ship in the Space Battle world.
|
Class | Description |
---|---|
BasicEnvironment |
Basic Environment to introduce to Space Battle, see
Environment for more info. |
BasicGameInfo |
The BasicGameInfo provides Score, HighScore, and Number of Deaths.
|
BasicSpaceship |
Basic Spaceship class to abstract Generic for initial introduction.
|
Environment<T> |
A class to represent the state of the world at the time a command is requested.
|
GraphicalClient | |
ObjectStatus |
A class to represent the status of a ship or other object.
|
Point |
Represents a point in space as an (x, y) coordinate.
|
RadarResults |
Represents the results of a radar sweep.
|
RegistrationData |
Represents the data necessary for the server to register a new ship to begin
receiving commands.
|
TextClient |
Simple, text-based test client for SpaceBattle game for IHS AP CS 2012.
|