|
io-chess
UCI chess engine
|
Missing description. More...
#include "UCI.h"#include "../eval/Evaluator.h"#include "../eval/SimpleEvalContext.h"#include "../tablebases/Tablebase.h"#include <algorithm>#include <filesystem>#include <iostream>#include <mutex>#include <sstream>#include <thread>#include <iomanip>#include <cctype>#include "../platform/WasmSupport.h"
Missing description.