C# 클래스 ChessDotNet.Variants.KingOfTheHill.KingOfTheHillChessGame

상속: ChessGame
파일 보기 프로젝트 열기: ProgramFOX/Chess.NET

공개 메소드들

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

메소드 상세

IsKingInCenter() 공개 메소드

public IsKingInCenter ( Player player ) : bool
player Player
리턴 bool

IsWinner() 공개 메소드

public IsWinner ( Player player ) : bool
player Player
리턴 bool

KingOfTheHillChessGame() 공개 메소드

public KingOfTheHillChessGame ( ) : ChessDotNet.Pieces
리턴 ChessDotNet.Pieces

KingOfTheHillChessGame() 공개 메소드

public KingOfTheHillChessGame ( GameCreationData data ) : ChessDotNet.Pieces
data GameCreationData
리턴 ChessDotNet.Pieces

KingOfTheHillChessGame() 공개 메소드

public KingOfTheHillChessGame ( IEnumerable moves, bool movesAreValidated ) : ChessDotNet.Pieces
moves IEnumerable
movesAreValidated bool
리턴 ChessDotNet.Pieces

KingOfTheHillChessGame() 공개 메소드

public KingOfTheHillChessGame ( Piece board, Player whoseTurn ) : ChessDotNet.Pieces
board Piece
whoseTurn Player
리턴 ChessDotNet.Pieces

KingOfTheHillChessGame() 공개 메소드

public KingOfTheHillChessGame ( string fen ) : ChessDotNet.Pieces
fen string
리턴 ChessDotNet.Pieces