Méthode | Description | |
---|---|---|
ApplyMove ( Move move, bool alreadyValidated ) : MoveType | ||
GetFen ( ) : string | ||
IsWinner ( Player player ) : bool | ||
ThreeCheckChessGame ( ) : System | ||
ThreeCheckChessGame ( GameCreationData data ) : System | ||
ThreeCheckChessGame ( IEnumerable |
||
ThreeCheckChessGame ( Piece board, Player whoseTurn ) : System | ||
ThreeCheckChessGame ( string fen ) : System |
Méthode | Description | |
---|---|---|
FenStringToGameCreationData ( string fen ) : GameCreationData | ||
UseGameCreationData ( GameCreationData data ) : void |
public ApplyMove ( Move move, bool alreadyValidated ) : MoveType | ||
move | Move | |
alreadyValidated | bool | |
Résultat | MoveType |
protected FenStringToGameCreationData ( string fen ) : GameCreationData | ||
fen | string | |
Résultat | GameCreationData |
public ThreeCheckChessGame ( GameCreationData data ) : System | ||
data | GameCreationData | |
Résultat | System |
public ThreeCheckChessGame ( IEnumerable |
||
moves | IEnumerable |
|
movesAreValidated | bool | |
Résultat | System |
public ThreeCheckChessGame ( Piece board, Player whoseTurn ) : System | ||
board | Piece | |
whoseTurn | Player | |
Résultat | System |
public ThreeCheckChessGame ( string fen ) : System | ||
fen | string | |
Résultat | System |
protected UseGameCreationData ( GameCreationData data ) : void | ||
data | GameCreationData | |
Résultat | void |