Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js958 var PieceMoveCounter = new Array(2); variable
964 PieceMoveCounter[i] = new Array(16); variable
1155 if (PieceMoveCounter[color][0] > 0) { return null; }
1165 if (PieceMoveCounter[color][thisRook] > 0) { return null; }
1191 if (PieceMoveCounter[color][0] > 0) { return null; }
1201 if (PieceMoveCounter[color][thisRook] > 0) { return null; }