Stable version is available here.
Master branch has a beta.
$ git clone https://github.com/JPNYKW/Rust-Reversi && cd Rust-Reversi
$ cargo run --release
If you got an error like this error: linking with
cc failed: exit code: 1
,
Run it, please.
$ brew install freetype
When finished, try again the command cargo run --release
.