Hey guys, I was looking for Kotlin Chess Engine wi...
# announcements
t
Hey guys, I was looking for Kotlin Chess Engine with AI Player capabilities for play with computer option So far I was only able to find this Cortlandd/KotlinChess If you guys know any other libraries, Kindly suggest that
k
You'd probably be better off finding something well established and doing Kotlin bindings to it
t
You mean like pick an established and well-maintained library in Java for this use case and bind it in my kotlin code?
k
Is it important to you what is the language that the library is written in? Start with what you actually need - the level of quality and feature set of a chess engine. And then figure out the Kotlin bindings part.
1
t
Okay got your point Thanks for that
s
https://github.com/simon-void/voidchess I wrote a chess engine and ui arround it: https://github.com/simon-void/voidchess But some architectural decission makes it very slow compared to other engines. If you're doing a complete search than max search depth is basically 3. I assume it's ELO rating to be around 1800