1.2.1 • Published 6 months ago

cm-engine-runner v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

cm-engine-runner

A JavaScript module to act as a framework for running chess engines in the browser.

Working engines

Stockfish 10

Polyglot opening books

Stockfish 14

Not implemented yet, does not work in Safari as of 2021-12-12

Stockfish Skill Levels

this.uciCmd('setoption name Skill Level value ' + (LEVELS[props.level][1]))
  • Level 0 = 1100 ELO rating
  • Level 1 = 1165 ELO rating
  • Level 2 = 1230 ELO rating

As you can see the strength is increasing by 65 ELO points for each level, so that;

  • Level 20 = 2570 ELO rating.

And depth to ELO: https://chess.stackexchange.com/questions/8123/stockfish-elo-vs-search-depth?rq=1

References


Find more high quality JavaScript modules from shaack.com on our projects page.

1.2.1

6 months ago

1.2.0

2 years ago

1.1.1

2 years ago

1.0.17

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.16

2 years ago

1.1.0

3 years ago

1.0.15

3 years ago

1.0.14

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago