dannyhammer / brogle

I felt like writing a chess engine. So I did.
2 stars 0 forks source link

Clean up magic generation code #11

Open dannyhammer opened 2 months ago

dannyhammer commented 2 months ago

Much of the code for generating magic numbers was taken from analog-hors' Magic Bitboard article.

While that's great, I'd like to have home-rolled code that generates magics on-start. Maybe using a build script?

We can then get rid of magicgen.rs