This is a console based Black-Jack game.
First make sure you are in the root folder of this game. To compile the code just run the following command. It deletes eventually excisting old compiled code and compile the project.
make clean && make
Note: Make sure you have the latest gcc compiler version installed to compile the code. This project is defeloped on an Ubuntu Linux system and only tested on linux systems.
To start the game, simply execute the following command in your teriminal at the project root folder.
./build/main