wzwietering / blackjack

The game of blackjack as a C++ console application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack

Play blackjack against your computer! The Card.cpp, Deck.cpp and blackjack.h files can be used as base for any card game, since they contain all the mechanisms to create, shuffle and print packs and cards. This project uses the C++ standard library and the Visual Studio precompiled headers. The inspiration for this project was found over here: http://www.learncpp.com/cpp-tutorial/6-x-chapter-6-comprehensive-quiz/

About

The game of blackjack as a C++ console application

License:MIT License


Languages

Language:C++ 94.2%Language:C 5.8%