stockfish.js

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

modolief
Posts: 44
Joined: Tue Apr 30, 2013 6:29 pm

stockfish.js

Post by modolief »

A few questions about stockfish.js:
https://www.npmjs.com/package/stockfish
https://github.com/nmrugg/stockfish.js
Stockfish.js is a pure JavaScript implementation of Stockfish. It is currently synced with Stockfish 6. It is built using Emscripten.

Does anyone know the rating of this program? (Say npm install vs native engines)
When will it be re-synced to Stockfish 7?
How does it deal with 64 bit integers?