python-shogi icon indicating copy to clipboard operation
python-shogi copied to clipboard

A pure Python shogi library with move generation and validation and handling of common formats.

Results 14 python-shogi issues
Sort by recently updated
recently updated
newest added

Originally, `README.rst` is tested by doctest, but currently not.

help wanted

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...

enhancement
help wanted

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...

bug
help wanted

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...