Skip to content

ronandalton/checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkers/Draughts Game

This is an implementation of the American Checkers or English Draughts game. You can play against the computer, play with another person on the same computer, or watch the computer play itself.

See https://en.wikipedia.org/wiki/English_draughts for more information, including the rules.

Building

Issue the following commands to download, build and run the application:

git clone https://github.com/ronandalton/checkers.git
cd checkers
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j$(nproc)
./bin/checkers

About

Checkers board game (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published