Package battleship


package battleship
  • Class
    Description
    The type Barge represents a ship with a size of 1 unit.
    The type Caravel represents a ship with a size of 2 units.
    The type Carrack represents a ship with a size of 3 units.
    The enum Compass.
    The type Fleet.
    The type Frigate represents a ship with a size of 4 units.
    The type Galleon represents a ship with a size of 5 units.
     
    The interface Fleet.
    The interface Game.
     
    IMove
    The interface Position.
    The interface Ship.
    The type Main.
    Shot
    Represents a position on the game board.
    The type Ship.
    The type Tasks.