/Jack_Thief

I have implimented Jack Thief Card game in C++.

Primary LanguageC++

Jack Thief Card Game

1.About

We have implemented Jack Thief Card Game using C++ in which PC will play this card game.

2.How to Run

All cards are denoted by this nomenclature "TN" here, T denotes Type of cards like S = Spade, C = Club, D = Diamond, H = Heart. N denotes number of corresponding card like 1,2,..,J,Q,K.

We have to provide how many players are going to play and their name. At the final it will tell that which person is Jack Thief.