dannyhammer / brogle

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

Separate engine and core #5

Closed dannyhammer closed 1 month ago

dannyhammer commented 1 year ago

dutchess_core should be move generation/legality/etc.

dutchess_engine should be the AI (protocol, search, ordering, evaluation, etc.)

dannyhammer commented 1 month ago

Done