메소드 | 설명 | |
---|---|---|
IsKingInCenter ( Player player ) : bool | ||
IsWinner ( Player player ) : bool | ||
KingOfTheHillChessGame ( ) : ChessDotNet.Pieces | ||
KingOfTheHillChessGame ( GameCreationData data ) : ChessDotNet.Pieces | ||
KingOfTheHillChessGame ( IEnumerable |
||
KingOfTheHillChessGame ( Piece board, Player whoseTurn ) : ChessDotNet.Pieces | ||
KingOfTheHillChessGame ( string fen ) : ChessDotNet.Pieces |
public KingOfTheHillChessGame ( ) : ChessDotNet.Pieces | ||
리턴 | ChessDotNet.Pieces |
public KingOfTheHillChessGame ( GameCreationData data ) : ChessDotNet.Pieces | ||
data | GameCreationData | |
리턴 | ChessDotNet.Pieces |
public KingOfTheHillChessGame ( IEnumerable |
||
moves | IEnumerable |
|
movesAreValidated | bool | |
리턴 | ChessDotNet.Pieces |
public KingOfTheHillChessGame ( Piece board, Player whoseTurn ) : ChessDotNet.Pieces | ||
board | Piece | |
whoseTurn | Player | |
리턴 | ChessDotNet.Pieces |
public KingOfTheHillChessGame ( string fen ) : ChessDotNet.Pieces | ||
fen | string | |
리턴 | ChessDotNet.Pieces |