Mind-Sports-Games / lila

GNU Affero General Public License v3.0
10 stars 12 forks source link

Local analysis engine #588

Open ianfab opened 1 year ago

ianfab commented 1 year ago

In order to support interactive analysis for the non-lichess variants like Shogi, Xiangqi, Othello, etc. it would be nice to switch from multi-variant Stockfish JS port to Fairy-Stockfish WASM (https://www.npmjs.com/package/fairy-stockfish-nnue.wasm, https://github.com/fairy-stockfish/fairy-stockfish.wasm), potentially with multi-variant Stockfish JS as a fallback for browsers not supporting WASM. Since they are using the same protocol, it should in principle be possible to exchange the JS/WASM engine one-to-one.

JamesHeppell commented 1 year ago

Thanks for the comment we will look to add this.