Skip to content

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backgammon

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.

Requirements

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

Rules and Agreements

To get acquainted with the rules of the game and its device, We recommend reading this instruction

How to clone and build

git clone git@github.com:BileyHarryCopter/course_project.git
cmake -B build -DCMAKE_BUILD_TYPE=[Release/Debug]
cmake --build build/

How to run

cd build/impl/
./start

About

Attempt to write nothing

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages