node-uci icon indicating copy to clipboard operation
node-uci copied to clipboard

UCI Protocol for node.js - talk to chess engines painlessly

Results 5 node-uci issues
Sort by recently updated
recently updated
newest added

I am getting the following error is some cases. I haven't been able to pin point exactly when. ``` (node:21139) UnhandledPromiseRejectionWarning: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was...

As mentioned here: https://github.com/ecrucru/anticrux/issues/10#issuecomment-331676128 sometimes engines might need additional arguments to be spawned.

enhancement

I could use this in the browser if I could connect it to stockfish.js rather than a local engine

enhancement
help wanted
not yet

``` $ yarn add node-uci yarn add v1.22.19 [1/4] Resolving packages... warning node-uci > [email protected]: Debug versions >=3.2.0 =4 [email protected]: This package has been deprecated and is no longer maintained....

Hello, I have been trying to use the "go" function with various options, and whenever I pass the "searchmoves" option, the function never returns. I have been trying to get...