A Python implementation of BlackJack with CUI.
# Clone this repo
git clone "https://github.com/nknantha/BlackJack.git"
# Change directory
cd BlackJack
# Install requirements
python3 -m pip install -r requirements.txt
# Run
python3 BlackJack.py
# On Windows use "python" instead of "python3"
colorama >= 0.4.4