maksimKorzh / wukongJS

JavaScript chess engine with UCI support, own GUI and public API written by Code Monkey King
58 stars 9 forks source link

Just a nice comment! #1

Open kenpchess opened 3 years ago

kenpchess commented 3 years ago

Hello, maksim. Looks very good! I have been looking for a good but relatively small and simple JS chess engine that communicates via UCI. I will follow your progress (almost done?) and then use it to "tinker around" when you are done. Have you also made a YouTube series of this? (Your YouTube tutorials are great!). Thanks again!

maksimKorzh commented 3 years ago

Hi kenpchess

Thanks for your feedback.

re: I have been looking for a good but relatively small and simple JS chess engine that communicates via UCI

re: I will follow your progress (almost done?) and then use it to "tinker around" when you are done

I would probably create a series on how to use Wukong's public API, so it can be used as a library in other chess related projects.

maksimKorzh commented 3 years ago

@kenpchess initial release is done, feel free to check that out

kenpchess commented 3 years ago

maksim, just looked at the latest code. Just beautiful code! I really like how you are now handling the API and the UCI interface! You should be really proud of this code and the whole project! Thanks so much1

maksimKorzh commented 3 years ago

@kenpchess thanks for your feed back, I'm flattered) Now the challenge is to optimize the search - that's what I'm working on now. Btw in browser if you open developer tools it would be printing PV during iterative deepening. Have fun with experimenting)