Ledenel / auto-white-reimu

a mahjong library aimed to implement mahjong AIs by imitating white reimu -- a excellent mahjong player.
GNU General Public License v3.0
9 stars 1 forks source link

add dict record parse for TenhouEvent #20

Closed Ledenel closed 5 years ago

Ledenel commented 5 years ago

TenhouEvent now represent a event. due to issue #12 , we could add a method like to_uniform_paifu_record(self) to TenhouEvent ,return a plain dict() (dict-like) object to support easy pandas.Dataframe creation.

Ledenel commented 5 years ago

For now, tiles can be safely serialized by str(TileSet) #14 #21. All metadata thus been properly serialized.

Ledenel commented 5 years ago

Implemented in #23. Thanks for contribution!