Skip to content

ShadowTheLegendary/opencheckers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCheckers

Simple checkers implementation, faithful to the rules determined by wikipedia.

Building from source

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/checkers

macOS

If you see a warning about the app being unverified, run this in Terminal:

xattr -cr OpenCheckers.app && open OpenCheckers.app

After 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/checkers

You will need to run it from the command line every time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages