ABOUT Black-Jack
CHECK OUT WIKI FOR MORE INFO. -> https://en.wikipedia.org/wiki/Blackjack
This is just a basic implementation of BlackJack card game in python, Right now i made it only command line.
STANDARD OPTIONS FOR BLACKJACK
--> AVAILABLE IN THE GAME <--
- HIT
- STAND
- SURRENDER
- DOUBLE DOWN
NEW UPDATES
- ACE Value shrink according to BLACKJACK rules for Adjusting ace value.
- WIN/LOSE percentage of performing 'HIT' calls (still need to configure for 'ACE' calls).