Player Methods |
The Player type exposes the following members.
Name | Description | |
---|---|---|
captureKing |
Tries to return a TupleT1, T2, T3 containing an origin Square, destination Square and Piece
that will capture the King Piece | |
capturePiece |
Tries to return a TupleT1, T2, T3 containing an origin Square, destination Square and Piece
that will capture another Piece | |
Equals | (Inherited from Object.) | |
escapeKing |
Tries to return a TupleT1, T2, T3 containing an origin Square, destination Square and Piece
that will allow the King to escape
| |
Finalize | (Inherited from Object.) | |
GetAllPieceSquares | ||
getColor |
Returns the EnumsColor of the Player.
| |
GetHashCode | (Inherited from Object.) | |
getMoveList | ||
getMoveTuple |
Returns a TupleT1, T2, T3 containing the origin Square, destination Square and Piece necessary to move.
| |
getName | ||
getType |
Returns the EnumsPlayerType of the Player | |
GetType | (Inherited from Object.) | |
getWin |
Returns the win status of the Player | |
GetWinningMove |
Tries to return a TupleT1, T2, T3 containing an origin Square, destination Square and Piece
that will result in a win.
| |
makeMCTSMove |
Use the MCTS algorithm to make a move
| |
MemberwiseClone | (Inherited from Object.) | |
removeFromMoveList | ||
SelectCaptureSquare | ||
SelectKingSquare | ||
selectPieceSquare | ||
setColor |
Sets the EnumsColor of the Player.
| |
setName | ||
setType |
Sets the EnumsPlayerType of Player | |
setWin |
Sets the win status of the Player.
| |
ToString | ToString override
(Overrides ObjectToString.) | |
updateMoveList |