Chess engine: Black Core 1.0
BlackCore is a UCI compatible c++ chess engine written from scratch, capable of completing high performance tasks.
Its alpha beta search uses various pruning techniques, powered by a handcrafted evaluation function and a blazing fast move generator.
Its alpha beta search uses various pruning techniques, powered by a handcrafted evaluation function and a blazing fast move generator.
Thanks to the StockFish team for making such a wonderful and an easy-to-read codebase, that inspired me to get into chess programming in the first place.
Smallbrain is a great chess engine which helped me understand many important concepts, and thanks to Disservin for giving me many great ideas how can I further improve my engine.
Smallbrain is a great chess engine which helped me understand many important concepts, and thanks to Disservin for giving me many great ideas how can I further improve my engine.
github:https://github.com/SzilBalazs/BlackCore/releases/tag/1.0
Comments
Post a Comment