Skip to content

Trip-kun/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

This is a semester project for a c++ class I have!

To build:

Windows:

Run windows_dependencies.bat first, and then build through cmake.

cd [[project dir]]
mkdir build-cmake
cmake -B build-cmake -S . -G "Unix Makefiles"
cd build-cmake
make all
mv KMblackjack.exe ../src
cd ../src
./KMblackjack.exe

Linux:

Install the following dependencies through your package manager: glfw,opengl,glm,freetype,GLEW,cmake,make,gcc run linux_soil.sh and then build through cmake

cd [[project dir]]
mkdir build-cmake
cmake -B build-cmake -S . -G "Unix Makefiles"
cd build-cmake
make all
mv KMblackjack ../src
cd ../src
./KMblackjack

Sorry Mac users. I don't own one, but you can probably adapt from the linux build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors