/rust-reversi

🔃 A simple Reversi game in Rust

Primary LanguageRust

Version Version Version Version

Reversi on Rust

Stable version is available here.
Master branch has a beta.

Install

$ git clone https://github.com/JPNYKW/Rust-Reversi && cd Rust-Reversi

Run

$ 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.