Simple checkers implementation, faithful to the rules determined by wikipedia.
You will need cargo, the rust package manager. I recommend installing it via rustup.
git clone https://github.com/ShadowTheLegendary/opencheckers.git
cd opencheckers
cargo build --release
./target/release/checkersIf you see a warning about the app being unverified, run this in Terminal:
xattr -cr OpenCheckers.app && open OpenCheckers.appAfter the first run you can launch the app as usual.
If you built from source:
xattr -cr /target/release/checkers
chmod +x /target/release/checkers
./target/release/checkersYou will need to run it from the command line every time.