C# Class ChessDotNet.Variants.KingOfTheHill.KingOfTheHillChessGame

Inheritance: ChessGame
Afficher le fichier Open project: ProgramFOX/Chess.NET

Méthodes publiques

Méthode Description
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

Method Details

IsKingInCenter() public méthode

public IsKingInCenter ( Player player ) : bool
player Player
Résultat bool

IsWinner() public méthode

public IsWinner ( Player player ) : bool
player Player
Résultat bool

KingOfTheHillChessGame() public méthode

public KingOfTheHillChessGame ( ) : ChessDotNet.Pieces
Résultat ChessDotNet.Pieces

KingOfTheHillChessGame() public méthode

public KingOfTheHillChessGame ( GameCreationData data ) : ChessDotNet.Pieces
data GameCreationData
Résultat ChessDotNet.Pieces

KingOfTheHillChessGame() public méthode

public KingOfTheHillChessGame ( IEnumerable moves, bool movesAreValidated ) : ChessDotNet.Pieces
moves IEnumerable
movesAreValidated bool
Résultat ChessDotNet.Pieces

KingOfTheHillChessGame() public méthode

public KingOfTheHillChessGame ( Piece board, Player whoseTurn ) : ChessDotNet.Pieces
board Piece
whoseTurn Player
Résultat ChessDotNet.Pieces

KingOfTheHillChessGame() public méthode

public KingOfTheHillChessGame ( string fen ) : ChessDotNet.Pieces
fen string
Résultat ChessDotNet.Pieces