6 ms·
Very cool! What’d you use for the engine?
by markthethomas 4y ago
Very cool! What’d you use for the engine?
- jrudesill 4y agoThe engine is a WASM implementation of the stockfish 11 engine. https://github.com/nmrugg/stockfish.js https://github.com/nmrugg/stockfish.js
- markthethomas 4y agoAh gotcha very cool! Incredible it can run in the browser
- jrudesill 4y agoYes web workers are cool. Sadly its only single threaded. If I'm not mistaken the newer version of the engine can run multithreaded but only on super modern browsers. This slightly older version ensures more compatibility