This is a CLI version of the classic BlackJack Game.You place your bet every round and if you win you win double the amount.
-
install git
-
git clone https://github.com/8-ctrl/CLI-BlackJack-Game.git
-
python main.py
(to run code, you would be using python3)