Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js307 GoToMove(CurrentPly + 1);
421 oldPly = CurrentPly;
789 thisFEN += CurrentPly%2 ? " b" : " w";
800 if (HistEnPassant[CurrentPly]) {
802 thisFEN += CurrentPly%2 ? "3" : "6";
812 thisFEN += " " + (Math.floor(CurrentPly/2)+1);
1011 var CurrentPly; variable
1258 var diff = thisPly - CurrentPly;
1272 MoveBackward(CurrentPly - backStart, true);
1354 var showThisMove = CurrentPly - 1;
[all …]
H A Dparsing-tests.js59 …if (console) { console.log(" alert: g=" + currentGame + " v=" + CurrentVar + " p=" + CurrentPly +…