Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 353 Bytes

blackjack-py

This is a simple command-line Blackjack game written in Python.

Tested on Python 3.6.

Installation

To install blackjack-py from source, first clone the repository and then run:

$ python setup.py install

Usage

$ blackjack <player1> <player2> ... <playerN>`

License

Open sourced under MIT License.