aekasitt / blackjack-py

Basic Example for Command Line Program using Python - Blackjack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Python 100.0%