Tokyodoves

Tokyodoves is a library of an efficient board of Tokyo Doves and associated toolkits. Tokyo Doves is an abstract strategy board game for two players. See the following pages for its rules. - A rule book in Japanese:
https://image.gamemarket.jp/2019/11/v160.pdf - A rule book in English:
https://www.daiso-syuppan.com/wp-content/uploads/2021/02/TOKYO-DOVES.pdf - A video explaining the rules on YouTube (Japanese):
https://www.youtube.com/watch?v=SsyoqnipHWQ

The board is implemented with the bitboard technique, which allows for extremely fast operations including moving, putting and removing pieces.

Documentation

Documentation is hosted on docs.rs

Alternatively, see an auto-generated documentation on the repository.

Usage

Simply run:

cargo add tokyodoves

Alternatively, add this to your Cargo.toml:

toml [dependencies] tokyodoves = "0.1"