Class MoveIntermediate

All Implemented Interfaces:
MoveIntermediateInterface, Serializable, Remote

public class MoveIntermediate extends UnicastRemoteObject implements MoveIntermediateInterface
Intermediate for RMI Turn management, to simplify multiple games management
See Also:
  • Field Details

    • b

      private final Board b
      Game's board
    • s

      private final Shelf s
      Player's shelf
    • p

      private final Player p
      Used for validation checks
    • gc

      private final GameController gc
      Game's controller
    • x

      private List<Integer> x
      List of move's coordinates (x)
    • y

      private List<Integer> y
      List of move's coordinates (y)
    • column

      private int column
      Shelf's column
  • Constructor Details

  • Method Details