bhlangonijr / chesslib

chess library for legal move generation, FEN/PGN parsing and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you get the best move in a position?

LeonMerchel opened this issue · comments

See - this kotlin repo for a specific example using this library or my own, though its a lot more basic

But generally this is a pretty popular problem that has tons of tutorial on YouTube to create a pretty decent engine, though they may not use this library.