/PythonBlackJack

A simple game of black jack played in your terminal using python.

Primary LanguagePython

PythonBlackJack

A simple game of Black Jack played in your terminal using Python.

Game Play

Installation

  1. Make sure that you have Python installed on your computer and the path variable correctly set.
  2. Alternately install Anaconda and use Python through their navigator.
  3. 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

Set Up

  1. Once you've complete the above steps, navigate to the PythonBlackJack folder with your terminal.
  2. Run the command python app.py from the terminal.
  3. Enjoy a simple game of Black Jack!

Authors