Searched refs:themAttacks (Results 1 – 1 of 1) sorted by relevance
/plugin/pgn4web/pgn4web/libs/garbochess/ |
H A D | garbochess.js | 2314 var themAttacks = new Array(); 2320 SeeAddKnightAttacks(to, them, themAttacks); 2328 if (SeeAddSliderAttacks(to, them, themAttacks, pieceType)) { 2347 SeeAddSliderAttacks(to, them, themAttacks, pieceKing); 2368 for (var i = 0; i < themAttacks.length; i++) { 2369 if (themAttacks[i] != 0) { 2370 var pieceValue = g_seeValues[g_board[themAttacks[i]] & 0x7]; 2390 var capturingPieceSquare = themAttacks[capturingPieceIndex]; 2391 themAttacks[capturingPieceIndex] = 0; 2431 function SeeAddXrayAttack(target, square, us, usAttacks, themAttacks) { argument [all …]
|