Skip to content

BileyHarryCopter/Backgammon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

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 [email protected]: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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •