crazyhouse STC
LLR: 2.97 (-2.94,2.94) [0.00,10.00]
Total: 5743 W: 2882 L: 2699 D: 162
http://35.161.250.236:6543/tests/view/
5c15435c6e23db7639060cf5
crazyhouse LTC
LLR: 2.95 (-2.94,2.94) [0.00,10.00]
Total: 4798 W: 2401 L: 2233 D: 164
http://35.161.250.236:6543/tests/view/
5c1969046e23db24728955c6
unsafeChecks |= b;
break;
case PAWN:
+ if (pos.captures_to_hand() && pos.count_in_hand(Them, pt))
+ {
+ b = attacks_bb(Us, pt, ksq, pos.pieces()) & ~pos.pieces() & pos.board_bb();
+ if (b & safe)
+ kingDanger += OtherSafeCheck;
+ else
+ unsafeChecks |= b;
+ }
+ break;
case SHOGI_PAWN:
case KING:
break;