nozaq / shogi-rs

A Bitboard-based shogi library in Rust. Board representation, move generation/validation and time control utilities.
https://docs.rs/shogi/latest/shogi/
MIT License
46 stars 3 forks source link

Fix incorrect parsing of the number of pieces in hands #24 #26

Closed na2hiro closed 3 years ago

na2hiro commented 3 years ago

Fixes #24

It's the first time for me to commit to Rust projects. Let me know if you have any issues in my changes. Thanks

nozaq commented 3 years ago

@na2hiro Sorry for taking a while to catch up here. The patch looks good to me, thanks for your contribution :+1: