See: Description
Interface | Description |
---|---|
Field |
Represents the field of the battleship game.
|
FieldCell |
Represents a field cell which can have different states.
|
Class | Description |
---|---|
FieldCellImpl |
An implementation of a
FieldCell . |
FieldHelper |
Helper class for the Field.
|
FieldImpl |
Implementation of a Field.
|
Enum | Description |
---|---|
State |
Represents the State of a
FieldCell . |