rust-shogi-crates / shogi_core

Defines fundamental data types and functions
MIT License
9 stars 0 forks source link

Representation of PieceKind #21

Open koba-e964 opened 2 years ago

koba-e964 commented 2 years ago

Gold = 7, Bishop = 5, Rook = 6 style has many benefits, but it's a breaking change. Ref: https://github.com/yaneurao/YaneuraOu/blob/v7.50-wcsc32/source/types.h#L461-L494

Changes in implementation: