Shogi GUI in Rust with lishogi assets, shogi-rs, and apery_rust shogi engine.
Currently only supports player vs. engine, or player vs. player on one device.
- Clone and navigate to the repository:
git clone https://github.com/bmai1/shogi-for-crabs.git
cd shogi-for-crabs- Install apery_rust evaluation binaries, apery_rust should be in root directory (shogi-for-crabs):
git clone https://github.com/HiraokaTakuya/apery_rust.git && \
cd apery_rust && \
git submodule init && \
git submodule update && \
cargo build --release- Go back to root directory and run:
cd ..
cargo run