Skip to content

Basic Example for Command Line Program using Python - Blackjack

License

Notifications You must be signed in to change notification settings

aekasitt/blackjack-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Basic Example for Command Line Program using Python - Blackjack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages