bhlangonijr / chesslib

chess library for legal move generation, FEN/PGN parsing and more
Apache License 2.0
223 stars 78 forks source link

How do you get the best move in a position? #108

Closed LeonMerchel closed 1 year ago

kchandra423 commented 1 year ago

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.