/blackJack

Play BlackJack from CommandLine PHP OOP

Primary LanguagePHP

blackJack

Play BlackJack from CommandLine PHP OOP

Manual:

Open Terminal ~: cd blackjack ~: php run.php follow the instructions!

Notes:

It isnt written exactly based on the black jack rules how ever you can customize it.

Rules:

o The game will use a standard 52 card trump deck containing the four suits (Spade, Clover, Diamond, Heart) and 13 cards per suit (2-10 plus Ace, Jack, Queen, and King)

o The top card of the deck “Burned” or immediately discarded after shuffling

o Card values are based on their numerical representation (2-10, Jack as 11, Queen as 12, King as 13)

o Ace may be either 1 or 11 depends on the value that does not cause the hand score to go over 21

I hope you win!