ArcticXWolf / AXWChessbot

A simple chess engine written in Golang.
https://lichess.org/@/AXWChessBot
5 stars 0 forks source link

Fix missing option name token in uci protocol #4

Closed ArcticXWolf closed 3 years ago

ArcticXWolf commented 3 years ago

Split from #2

options should be written as option name... otherwise GUIs cannot read/show them
see below
2021/04/21 10:26:13 AXWChessBot Version 0.0.7 BuildDate 2021-04-20T17:54:22Z GitCommitHash 01c148ecaa5a819d3a64bf6d5692bd45a7c0f4f4
uci
id name AXWChessBot 0.0.7
id author Jan Niklas Richter
option Hash type spin default 256 min 1 max 2048
option Move Overhead type spin default 200 min 1 max 1000
option Max Time type spin default 30 min 2 max 300
uciok