A simple Blackjack game project coded in Python 3.8.
Use the package manager git to install BlackJack.
$ git clone https://github.com/radonintro1234/blackjack-python.git
$ cd blackjack-python
$ python blackjack.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.