Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
Dgarbochess.js2314 var themAttacks = new Array();
2320 SeeAddKnightAttacks(to, them, themAttacks);
2321 if (themAttacks.length != 0 && captureDeficit > g_seeValues[pieceKnight]) {
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;
[all …]