dgurkaynak / chess-ai

Medium strength Chess AI implementation in JavaScript
https://deniz.co/chess-ai/
14 stars 3 forks source link

Would be great if it had client-only version too #1

Closed baturinsky closed 5 years ago

baturinsky commented 5 years ago

I was searching for good js chess ai, could not find anything decent. Your AI looks great, but I needed something that would work in browser.

dgurkaynak commented 5 years ago

All the AI part is pure javascript, you can easily port it by using webworkers. I may look into it when I have available time.

dgurkaynak commented 5 years ago

Hey @baturinsky, I've refactored the whole repo, dropped node.js usage and migrated to web workers, as I told you. Thanks for the recommendation by the way, the repo is much more clean now 😄And since there is no backend to maintain, I've just deployed it to my VPS, which is available on https://deniz.co/chess-ai/.