A simple Blackjack game made in Python for learning purposes.
Python 3.x
Simply extract the files to the folder of your liking.
- 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.