C# Class Chess.Domain.Board

Afficher le fichier Open project: colin-higgins/ChessSharp Class Usage Examples

Méthodes publiques

Méthode Description
Board ( ) : System
Board ( Square board ) : System

Private Methods

Méthode Description
BackRow ( int row, Team team ) : Chess.Data.Entities.Square[]
EmptyRow ( int row ) : Chess.Data.Entities.Square[]
EmptySquare ( int column, int row ) : Square
NewSquare ( int column, int row, ChessPiece piece ) : Square
OrderSquaresForBoard ( Square squares ) : IOrderedEnumerable
PawnRow ( int row, Team team ) : Chess.Data.Entities.Square[]
SetupSquareMatrix ( Square squares ) : void
VerifyBoardHasAllSquares ( Square squares ) : void

Method Details

Board() public méthode

public Board ( ) : System
Résultat System

Board() public méthode

public Board ( Square board ) : System
board Chess.Data.Entities.Square
Résultat System