Our project with Ivan aka greggregbean. We implemented engine for the traditional game of Backgammon in C++.
For this project we wrote the graphical engine based on SDL2.
CMake with version 3.8 (or higher)
SDL2 library (you can install by this tutorial). We need support of dev, image, mixer, ttf. On linux:
apt-get install libsdl2-dev
apt-get install libsdl2-image-dev
apt-get install libsdl2-mixer-dev
apt-get install libsdl2-ttf-dev
To get acquainted with the rules of the game and its device, We recommend reading this instruction
git clone [email protected]:BileyHarryCopter/course_project.git
cmake -B build -DCMAKE_BUILD_TYPE=[Release/Debug]
cmake --build build/
cd build/impl/
./start