https://github.com/sugyan/yasai
Yet Another Shogi library, for AI development
https://github.com/sugyan/yasai
bitboard rust shogi
Last synced: 4 months ago
JSON representation
Yet Another Shogi library, for AI development
- Host: GitHub
- URL: https://github.com/sugyan/yasai
- Owner: sugyan
- License: gpl-3.0
- Created: 2022-02-25T14:48:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T23:35:32.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T22:46:05.763Z (6 months ago)
- Topics: bitboard, rust, shogi
- Language: Rust
- Homepage:
- Size: 195 KB
- Stars: 27
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sugyan/yasai/actions/workflows/rust.yml)
# YASAI: Yet Another Shogi library, for AI development
YASAI(野菜) is a Rust library for high-speed generation of legal moves and search for positions for Shogi.
It is based on the implementation of [`apery_rust`](https://github.com/HiraokaTakuya/apery_rust) and uses [`shogi_core`](https://github.com/rust-shogi-crates/shogi_core) as the fundamental types and functions.## Examples
### Perft```shell
cargo run --release --example perft 5
```