node-chess icon indicating copy to clipboard operation
node-chess copied to clipboard

Add support for UCI in gameClient.move()

Open baroxyton opened this issue 2 years ago • 1 comments

UCI engines such as Stockfish use a special move syntax. See here: https://en.wikipedia.org/wiki/Universal_Chess_Interface#Design

This would be very nice, as you could directly use this in conjunction with an engine which would enable you to analyze and such

baroxyton avatar May 28 '22 15:05 baroxyton

In case it helps I implemented this is a fork, but unfortunately I haven't gotten move validation working

baroxyton avatar May 31 '22 10:05 baroxyton