Skip to content

mpinto70/checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Simple Checkers

you have to define CHECKERS_ROOT to point to the project root directory

export CHECKERS_ROOT=~/projects/checkers

you have to have boost installed and variable BOOST_ROOT pointing to its root

export BOOST_ROOT=~/Boost

you have to have cxxtest 4.3 (cxxtest.org) installed in your system and point to it

export CXXTEST_ROOT=~/projects/cxxtest-4.3

The design of this application allows easy substitution of players and UI.

The main logic of the game is in game::CController

The board logic is in board::CBoard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published