Skip to content

shaack/cm-engine-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cm-engine-runner

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

Working engines

Stockfish 18

Polyglot opening books

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors