tildedave / ra-chess-engine

Golang chess engine I'm hacking up
3 stars 0 forks source link

Bitboards #9

Closed tildedave closed 4 years ago

tildedave commented 6 years ago

Kind of want to switch back to bitboards now that I've tried the array-based approach out and have some decent infrastructure in place. Probably it would be good to keep some of the existing code around.

tildedave commented 5 years ago

Magic bitboards: https://stackoverflow.com/questions/16925204/sliding-move-generation-using-magic-bitboard/30862064#30862064

tildedave commented 4 years ago

Done