Skip to content

christopher-boustros/CPP-Command-Line-Checkers-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPP Command-Line Checkers Game

GitHub code size GitHub license

A Checkers game written in C++ that runs in a command-line interface. This was one of my first programming projects, which I originally made and shared in 2014 as open-source software.

Alt text

How to run the game

To run the game locally, you need to compile the Checkers.cpp file with a C++ compiler, such as gcc. Alternatively, you can copy and paste the contents of Checkers.cpp into an online compiler, such as http://cpp.sh/.

License

This repository is released under the MIT License (see LICENSE).