Interface | Description |
---|---|
BattleshipControl |
Battleship control for a Human vs AI game.
|
FleetPlacerControl |
Provides the control for placing a fleet.
|
SettingsControl |
Represents the settings control.
|
ShootingControl |
Provides the control for shooting.
|
Enum | Description |
---|---|
BattleshipControl.PlayerType |
Player type enumeration for Human and Ai game.
|
BattleshipControl.ViewerType |
Represents the types of viewers
|
BattleshipControlImpl |
Singleton of a control of the battleship game.
|