cm-chess-engines-runner

Working engines

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