Package javachess.player
Interface Player
- All Known Implementing Classes:
BotPlayer,HumanPlayer
public interface Player
-
Method Details
-
getColor
PieceColor getColor()Returns the color of the player.- Returns:
- the color of the player
-
getMove
Move getMove()
-