public class MousePlayer extends Player
Player.boardType, Player.playerType
Constructor and Description |
---|
MousePlayer(GameSpecification specs,
GameWindow win)
construct a new mouse player
|
Modifier and Type | Method and Description |
---|---|
Move |
move(GameState state,
java.util.ArrayList<Move> allowedMoves)
wait for the human user to perform a move and return it
|
isComputer, otherMoved, ratioTimeLeft, setMaximumNumberOfNodes, setMaxTime, setPlayerNumber, startMove, timeUsed
public MousePlayer(GameSpecification specs, GameWindow win)