/checkers

Checkers game in Cpp!

Primary LanguageC++

Checkers

Checkers game made in cpp.
Created as project at University of Wrocław: Institute of Informatics for Object-Oriented Programing course.

Created by Hubert Kulpaczyński!

  1. To Build Program Use CMake
  2. To Run Tests Use Command ctest or ./checkers_tests or make tests .
  3. To Build DoxyGen documentation use make doc_doxygen.
  4. To run Checkers run checkers with flags for White and Black player f.e ./checkers BOT PLAYER means that that white player will be bot and black will be player. s
  • Program tested on macOS using Apple clang 13.1.6 compiler.

  • Program tested on Linux using g++.

  • Program tested on Windows using MinGW.