-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A JavaScript version for my project #2
Comments
I'm honored you're considering using it! Unfortunately it never performed
that well, mainly because I got a full time job and never finished getting
the last few things JIT compiled (communication with the model). If you're
looking for a plug-and-play engine to use that performs well, I'd advise
against using mine.
Is there a reason you don't use one of the well known performant engines
like StockFish?
…-Sam Ragusa
On Thu, Sep 14, 2023 at 1:34 AM Michał Ryszard Wójcik < ***@***.***> wrote:
Hello,
I am interested in using a JavaScript version of Batch First in my project
https://www.apronus.com/chess/puzzles/
I currently use Garbochess which is weak in the endgame.
I'd like to run the engine in the visitor's browser.
—
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWRAINLRQD3RSOXJDDU273X2KJO7ANCNFSM6AAAAAA4XQPR6E>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for your reply and advice. I will try to use Stockfish.
On Thu, Sep 14, 2023 at 10:13 PM Sam Ragusa ***@***.***>
wrote:
… I'm honored you're considering using it! Unfortunately it never performed
that well, mainly because I got a full time job and never finished getting
the last few things JIT compiled (communication with the model). If you're
looking for a plug-and-play engine to use that performs well, I'd advise
against using mine.
Is there a reason you don't use one of the well known performant engines
like StockFish?
-Sam Ragusa
On Thu, Sep 14, 2023 at 1:34 AM Michał Ryszard Wójcik <
***@***.***> wrote:
> Hello,
>
> I am interested in using a JavaScript version of Batch First in my
project
> https://www.apronus.com/chess/puzzles/
> I currently use Garbochess which is weak in the endgame.
> I'd like to run the engine in the visitor's browser.
>
> —
> Reply to this email directly, view it on GitHub
> <#2>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ACWRAINLRQD3RSOXJDDU273X2KJO7ANCNFSM6AAAAAA4XQPR6E>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQVI6MMGEUHRJEGVW4CIB6DX2NQNLANCNFSM6AAAAAA4XQPR6E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am interested in using a JavaScript version of Batch First in my project https://www.apronus.com/chess/puzzles/
I currently use Garbochess which is weak in the endgame.
I'd like to run the engine in the visitor's browser.
The text was updated successfully, but these errors were encountered: