-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
request to be able to use other chess engines #11
Comments
There aren't really any other engines that have been ported to JavaScript that work as good as Stockfish. |
How about komodo engine ? https://raw.githubusercontent.com/Frosty54/komodo.js/main/src/komodo.js |
1 similar comment
How about komodo engine ? https://raw.githubusercontent.com/Frosty54/komodo.js/main/src/komodo.js |
Please consider adding lc0 as an option. https://github.com/frpays/lc0-js |
I had implemented that, and it worked poorly and slowly. This could be my fault, of course, but I doubt it. Furthermore, I don't think the "best nets for Lc0" work for that JS port of Lc0, since it's such an old version (5 years old). The latest version of Lc0 would work well without a doubt, and I'd love to include it, but there are no JS ports of it as far as I know. I've come to the conclusion that I'd need to port it myself to make it worthwhile. I've never ported anything C/C++ to JS and would need to learn how to do that. |
Is there a way to run ACAS on localhost and add local engine like lc0 there? I played around with SF and it's really not much of a use compared to lc0. Let me explain. SF play is weird and it gets even nonesensical on low elo settings as it intentionally makes blunders to limit its strength. This is terrible thing to have for a chess assistant. And overall SF play doesn't make sense for both players, it ruins your playstile and it's obvious for everyone who sees it. |
That's possible locally for sure. |
Would be awesome to have an ability to add UCI complained chess engine and an ability to select between them with a local build with some basic UI. Maybe even run multiple engines at the same time with different colors for arrows? Please, consider it at least for future updates? |
Perhaps we can use CuteFish (in order to create some kind of api to UCI) |
Please make it so that it can use other chess engines
The text was updated successfully, but these errors were encountered: