A simple game of Black Jack played in your terminal using Python.
- Make sure that you have Python installed on your computer and the path variable correctly set.
- Alternately install Anaconda and use Python through their navigator.
- Fork this repository over to your GitHub account and clone the repo to your local machine:
git clone https://github.com/<YOUR_GITHUB_USERNAME_HERE>/PythonBlackJack.git
- Once you've complete the above steps, navigate to the PythonBlackJack folder with your terminal.
- Run the command
python app.py
from the terminal. - Enjoy a simple game of Black Jack!