An open API service indexing awesome lists of open source software.

https://github.com/aboqasem/international-checkers

Simple C++ implementation of international checkers in the command-line.
https://github.com/aboqasem/international-checkers

command-line game strategy

Last synced: 2 months ago
JSON representation

Simple C++ implementation of international checkers in the command-line.

Awesome Lists containing this project

README

        

# International Checkers



C++ Implementation of [International Checkers](https://en.wikipedia.org/wiki/International_draughts)

## Usage:

- `make` to compile.

- `./international_checkers` to run.

- `make clean` to clean.