Skip to content

yanough/cpp-checkers-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

C++ Console Checkers Game

A simple two-player checkers game implemented in C++ that runs in the terminal.

Features

  • Two player gameplay
  • 8x8 board
  • Colored terminal output
  • Piece capture
  • Multiple captures
  • King promotion
  • Winner detection

How to Compile

g++ main.cpp -o checkers

How to Run

./checkers

Notes

The game uses system("CLS") which works on Windows terminals.

If you are using Linux or macOS you may need to replace it with:

system("clear")

Author

Diba Yanough

Background

This project was originally developed as an early university programming assignment while learning C++ fundamentals and implementing basic game logic in a console application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages