Свойство | Тип | Описание | |
---|---|---|---|
BoardSize | int | ||
Cells | ].Figure[ | ||
IsNeedPawnPromotion | bool |
Метод | Описание | |
---|---|---|
ApplyMoves ( List |
||
Board ( ) : System | ||
CheckNotation ( string cell ) : bool | ||
Clone ( ) : |
||
DoMove ( string from, string to ) : void | ||
DoMove ( string from, string to, string inWho ) : void | ||
GetCoords ( string cell ) : int>.Tuple |
||
InitialPosition ( ) : void | ||
ReturnPosition ( |
||
ShowBoardToConcole ( ) : void | ||
ShowBoardToWeb ( ) : string>.Dictionary |
||
this ( string cell ) : |
Метод | Описание | |
---|---|---|
DoPromotion ( string to, string inWho ) : void | ||
FillEmptyCells ( int startX, int endX, int startY, int endY ) : void | ||
IsPromotion ( string to ) : bool | ||
OutputAbroad ( int>.Tuple |
public ApplyMoves ( List |
||
moveList | List |
|
Результат | void |
public static CheckNotation ( string cell ) : bool | ||
cell | string | |
Результат | bool |
public DoMove ( string from, string to ) : void | ||
from | string | |
to | string | |
Результат | void |
public DoMove ( string from, string to, string inWho ) : void | ||
from | string | |
to | string | |
inWho | string | |
Результат | void |
public static GetCoords ( string cell ) : int>.Tuple |
||
cell | string | |
Результат | int>.Tuple |
public ReturnPosition ( |
||
figure | ||
Результат | int>.Tuple |
public ShowBoardToWeb ( ) : string>.Dictionary |
||
Результат | string>.Dictionary |