Package student.micro.battleship
Class Move
java.lang.Object
student.micro.battleship.Move
- Direct Known Subclasses:
CallShotMove
,ShipPlacementMove
A base class that represents any kind of "move" that can be
made by a player for the classic board game "Battleship".
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Move
public Move()
-