Skip to content

mpatrikios/Checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a checkers game that uses a 2-d array. Run in VScode (not on hydra) with command "g++ -std=c++11 -o checkers Checkers.cpp main.cpp" and "./checkers". Input is the row/column of the peice you want to move and the direction to move given by the key. The X/O side are labeled because once you king a peice, you will enter a "backwards" command to move towards your side and "forward" command to move towards the enemy side. If a double jump is available, you will be prompted to jump again if you wish.

Time Log: https://docs.google.com/document/d/1ZFM4zr0siOPO5htP1kcxsIfaFMH7i4XSMSzUfLedKmU/edit

About

checkers game (with AI?)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages