Eval |
Stockfish engine is running in your browser using WebAssembly (WASM).
The first move is random from a list of 9 *not too stupid* opening moves. Each position is evaluated with a depth of 10. It will pick a random move from the best 3 moves from Stockfish, unless it's a very bad move. (Or else it will play the same game again and again) And there is a 1 sec delay between moves or else you would not keep up...
Chess analysis by Stockfish and stockfish.wasm
Chessboard powered by chessboard.js and chess.js.