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

Enable KIF parser to split pieces_in_hands with " " #66

Closed nomaddo closed 5 months ago

nomaddo commented 5 months ago

I found KIF parsing issue generated by ShogiGUI. In KIF generated by ShogiGUI, pieces in hands (which occured in edited starting board) are splitted with space character " ". I am not sure what is correct KIF specification, but I would like to allow pytho-shogi to parse such KIF files.

What this PR does is:

Could you check it? Thanks.

gunyarakun commented 5 months ago

Thank you!