Hi - I have added bitboarding to my evaluation routine capability,
using standard 64-bit representation.
Now I need a large set of representative #define's or variables
that have various bitboards set and I do not want to have
to calculate them myself.
I want to #include them from an existing file and then just use
them in my routines.
An example is all squares in front of a pawn at square e4 that
would have to not have enemy pawn in order for the above pawn
to classify as a passed pawn.
If such a "list of bitboards" exists, please let me know where I can get
it. It will save me much time.
Thanks,
Stuart