Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 258 Bytes

README.md

File metadata and controls

executable file
·
9 lines (6 loc) · 258 Bytes

Blackjack

A simple blackjack game written in Python 3. Incorporates all standard blackjack rules, excluding the option for insurance and to surrender

Usage

To run the program, simply cd into the project directory and run main.py i.e. python3 main.py