amogh-dambal / diogenes-v2

V2 implementation of the Diogenes chess engine. This time in Rust.
0 stars 0 forks source link

Add attack generation algorithms #7

Open amogh-dambal opened 6 months ago

amogh-dambal commented 6 months ago

In order to generate moves using the bitboard board representation, we'll need algorithms that use bit manipulation techniques and slides to generate attack sets for the various pieces.