brozeph / node-chess

A simple node.js library for parsing and validating chess board position with an algebraic move parser
https://brozeph.github.io/node-chess
MIT License
142 stars 31 forks source link

Add support for UCI in gameClient.move() #78

Open baroxyton opened 2 years ago

baroxyton commented 2 years ago

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 commented 2 years ago

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