Package | Description |
---|---|
it.unibo.battleship.main.boundary |
Contains all boundary classes to interact with the user.
|
it.unibo.battleship.main.common |
Provides classes which can be used by
different modules.
|
it.unibo.battleship.main.control |
Contains all controls.
|
it.unibo.battleship.main.entity |
Contains all entities needed for a battleship game.
|
it.unibo.battleship.main.entity.extra |
Contains extra features not needed for the game itself,
such as Artificial Intelligence or Player
|
it.unibo.battleship.main.entity.map |
Contains all classes needed to make a map work
and to use it.
|
it.unibo.battleship.main.entity.ships |
Contains all classes regarding ships and fleets, and
classes to build them.
|
it.unibo.battleship.main.entity.shots |
Provides classes to use and create shots.
|
it.unibo.battleship.main.gui |
Contains all the sample classes
to play a battleship game.
|
it.unibo.battleship.test |
Provides test classes for a battleship game.
|