gunyarakun / python-shogi

A pure Python shogi library with move generation and validation and handling of common formats.
GNU General Public License v3.0
179 stars 43 forks source link

xboard-style move parse #59

Closed ddugovic closed 1 year ago

ddugovic commented 1 year ago

I'm adding xboard protocol support to https://github.com/TheYoBots/Lishogi-Bot so I can get https://github.com/ddugovic/hachu and Sjaak II online as Lishogi bots.

Short-term I should likely change my hachu fork to emit moves in USI notation, changing the CECP protocol itself; but for new shogi engine developers the CECP specification seems easier to work with than USI.