Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js448 if (g_pieceCount[pieceBishop] >= 2)
1631 var g_pieceCount = new Array(2 * 8); variable
1635 g_pieceCount[i] = 0;
1648 g_pieceIndex[i] = g_pieceCount[piece];
1649 g_pieceCount[piece]++;
1729 g_pieceCount[capturedType]--;
1789 g_pieceCount[pawnType]--;
1797 g_pieceCount[promoteType]++;
1912 g_pieceCount[promoteType]--;
1920 g_pieceCount[pawnType]++;
[all …]