-
i try to use this lib https://github.com/nmrugg/stockfish.js/ as a web worker, but it not working. could you have the same example which using normal web worker like postMessage and onmessage, thanks …
-
I'm trying to create a webcomponent based on this and chess.js alongside chessboard-element.js.
The idea is to create a component anyone can drop into their webpage, so that users of that webpage c…
-
Hi,
I am developing a bughouse server ([bughouse.pro](https://bughouse.pro)) and would like to add Fairy-Stockfish to it. Thank you so much for making it BTW, it's awesome!
I was wondering if you wo…
-
Is it possible to add control over virtual piece drops (https://github.com/fairy-stockfish/Fairy-Stockfish/issues/122)?
I have been experimenting with FSF for bughouse game analysis, and I found th…
-
It should be possible to integrate stockfish.js into the PgnViewerJS as a local chess engine to support the analysis. This would be very handy when using the edit mode to create the analysis of a game…
-
Leela has proven an invaluable tool and revolutionized the chess world. It's a must use for ambitious chess players. Making it an option on the analysis board and in studies would allow players to…
-
ひとつのIssueに複数のテーマがあると混乱しそうなので独自にIssue切ります。
チェスエンジンの候補を挙げておきます。
Stockfish (https://stockfishchess.org/)
GNU chess (https://www.gnu.org/software/chess/)
Komodo 9 (https://komodochess.com/Komodo9-43…
-
Allowing alternative chess engines, like pure Python [Sunfish](https://github.com/thomasahle/sunfish), could make it easier to target iOS support (cf. [Figure out how to add Stockfish engine for iOS s…
-
Currently you can use external engine registered via lichess API to replace browser Stockfish (client-side analysis). It would be extremely cool to be able to use it to fully analyse games, calculate …
-
Trying to do some pretty simple stuff here and following code snippets from the examples and running into an exception I don't understand:
```#!javascript
Uncaught TypeError: Cannot read property …