/blackjack-py

Basic Example for Command Line Program using Python - Blackjack

Primary LanguagePythonOtherNOASSERTION

Basic Example for Command Line Program using Python - Blackjack

Installation

You need Python 3 or above to run this command line application.

Getting Started

To begin the game, type the following command to your shell.

$ python game.py
Player Hand: (6, 5) (sum=11)
Dealer Hand: (9, #)
If you wish to hit, type 'y': ...

License

This project is licensed under the terms of the MIT license.