Class Move

java.lang.Object
student.micro.battleship.Move
Direct Known Subclasses:
CallShotMove, ShipPlacementMove

public abstract class Move extends Object
A base class that represents any kind of "move" that can be made by a player for the classic board game "Battleship".
  • Constructor Details

    • Move

      public Move()