Skip to content

A console based Blackjack game in C++ as individual corsework for the "Advanced Object Oriented Programming" course at "Queen Mary University London"

License

Notifications You must be signed in to change notification settings

IncredibleHannes/QMUL-BlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMUL-BlackJack

This is a console based Black-Jack game.

How to compile

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.

How to execute

To start the game, simply execute the following command in your teriminal at the project root folder.

./build/main

About

A console based Blackjack game in C++ as individual corsework for the "Advanced Object Oriented Programming" course at "Queen Mary University London"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published