-
Hey! I was able to create a board, and make some moves on it, but how can I make it to evaluate a position or play on its own? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi. The libraries ffishjs and pyffish only expose the basic chess (variant) rule logic, like move list and FEN generation. If you want to query the engine's search or evaluation, you need to use the native engine or the WASM version. |
Beta Was this translation helpful? Give feedback.
-
There is a working demo here https://fairy-stockfish-nnue-wasm.vercel.app/ |
Beta Was this translation helpful? Give feedback.
There is a working demo here https://fairy-stockfish-nnue-wasm.vercel.app/