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

Export game to KIF file #23

Closed gbtami closed 4 years ago

gbtami commented 4 years ago

I like to add KIF export to https://pychess-variants.herokuapp.com/ Shogi games. Readme mentions "Read and write KIFs." but in code I can't find write support (only read). Am I missing something?

gunyarakun commented 4 years ago

The README.md is wrong. I deleted write in the README. Thank you.