Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 411 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 411 Bytes

Available engines

Currently I have 3 type of engines. The strongest is Stockfish inside docker, the seconds one is the WebAssembly version of Stockfish and the third is a combination of the two. The Combination switches, when there are 10 seconds left on the clock, from the Docker Stockfish to the WebAssembly version.

Inside the file src/frontend/environment.ts you can choose the engine you want!