Interface Player

All Known Implementing Classes:
BotPlayer, HumanPlayer

public interface Player
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the color of the player.
     
  • Method Details

    • getColor

      PieceColor getColor()
      Returns the color of the player.
      Returns:
      the color of the player
    • getMove

      Move getMove()