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 some links (#29) #30

Closed gemmaro closed 3 years ago

gemmaro commented 3 years ago

Solve #29.

Some links are under investigation.

gemmaro commented 3 years ago

Currently, the link of the Fischer rule is set to Increment and delay methods for the time being, but it is possible to modify it to another link, such as Fischer clock and related designs. I entrust the judgment.

nozaq commented 3 years ago

@gemmaro LGTM! Thanks for your contribution 👍🏼