Package a5.ui

Interface Player

All Known Implementing Classes:
AIPlayer, HumanPlayer

public interface Player
A game player.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns: the next move of this player, if there is one.
  • Method Details

    • nextMove

      Maybe<Position> nextMove()
      Returns: the next move of this player, if there is one.