Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 539 Bytes

File metadata and controls

16 lines (11 loc) · 539 Bytes

blackjack-python

A simple Blackjack game made in Python for learning purposes.

Blackjack in Python

Dependencies

Python 3.x

Installation

Simply extract the files to the folder of your liking.

Usage

  • Open the terminal
  • Change directory to the location of the main file 'blackjack.py' with 'cd /path/to/the/file' (Linux) or 'cd \path\to\the\file' (Windows)
  • Execute the file with the command 'python blackjack.py' or 'python3 blackjack.py' without the quotes.