Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js76 function GetMoveSAN(move, validMoves) { argument
87 if (validMoves == null) {
88 validMoves = GenerateValidMoves();
90 for (var i = 0; i < validMoves.length; i++) {
91 var moveFrom = validMoves[i] & 0xFF;
92 var moveTo = (validMoves[i] >> 8) & 0xFF;