A CLI black jack game - You vs. the dealer!
This is one of the first complete programs I wrote after learning how to use classes in Python. Pretty rudimentary. I tried to add some flair to it with slow printing, and building in some timing to the prompts and responses. Might come back to it eventually and add more. Finishing this also made me interseted in looking into how to distribute it in a way other than just a .py file. We'll see how that goes. Anyway, back to learning.
Thanks for stopping by,
—Jason
2020-11-25
-
Have Python3
-
Run
python3 blackJack.py
next to deckOfCards.py -
Don't bust!