python-shogi
python-shogi copied to clipboard
A pure Python shogi library with move generation and validation and handling of common formats.
Would you be able to design a way so that a full board can be rendered in svg? WIkipedia uses this feature for a lot of its chess articles. Examples...
I'd been considering using python-shogi to automate the task of converting a few thousand tsumeshogi problems (in KIF) format to SFEN for use elsewhere (namely an Anki plugin). Each tsumeshogi...
My sincere thanks for a great library. In recent Shogi AI tournaments, the agents are often sent several moves before they play each other in order to adjust the time...