Home
last modified time | relevance | path

Searched refs:thisPiece (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1225 function CheckClearWay(thisPiece) { argument
1226 var stepCol = sign(mvToCol-PieceCol[MoveColor][thisPiece]);
1227 var stepRow = sign(mvToRow-PieceRow[MoveColor][thisPiece]);
1228 var startCol = PieceCol[MoveColor][thisPiece]+stepCol;
1229 var startRow = PieceRow[MoveColor][thisPiece]+stepRow;