Skip to content

bmai1/shogi216

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

  1. Clone and navigate to the repository:
git clone https://github.com/bmai1/shogi-for-crabs.git
cd shogi-for-crabs
  1. 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
  1. Go back to root directory and run:
cd ..
cargo run

Demo

shogi.mp4

About

Shogi GUI in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors