SKAE5
Results
2
comments of
SKAE5
> Hi, the BitboardHelper class has some functions for getting a bitboard of all attacked squares by a given piece. See GetSliderAttacks/GetKnightAttacks/GetKingAttacks/GetPawnAttacks. You can then use the GetNumberOfSetBits function for...
> > Hi, do the GetAttacks functions only consider opponent pieces being attacked? If I use, say, the GetKnightAttacks with a white knight as input, does this return only black...