gunyarakun / python-shogi

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

extract more info from kif header #64

Open sugizo opened 1 year ago

sugizo commented 1 year ago

nice to have ability to extract more info from kif header

e.g. End date: 「終了日時」 Tournament: 「棋戦」 Opening: 「戦型」 Heading? (TN: no idea): 「表題」 Time control (initial starting time on clock): 「持ち時間」 Time expended: 「消費時間」 Location: 「場所」 Published: 「掲載」 Reference: 「備考」

or taken from 81dojo

開始日時:2016/07/27 場所:81Dojo 持ち時間:30分+60秒 手合割:平手 先手:Linkuei 後手:sirawata

ref http://kakinoki.o.oo7.jp/kif_format.html

best regards