I have studied bitboard but have failed to find an example on what the bitboard coding would look like in c#. If someone would be so kind to illustrate how a checkers board (8x8) would be programmed with a 32-bit.
I know there are 64 squares, but how do you populate only 32 of them and all contained with these 32-bit data structures.