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.
- Host: GitHub
- URL: https://github.com/aboqasem/international-checkers
- Owner: aboqasem
- Created: 2020-08-20T14:21:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T14:29:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T18:47:13.008Z (4 months ago)
- Topics: command-line, game, strategy
- Language: C++
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.