Alex's Blackjack
A full blackjack game written in Python that can be played from any computer with python on it with no external libraries! Including a money tracking system.
A Money System to track your blackjack skills with Python (stats do not currently save after you end the program)
Installation
Prerequisites:
- Git
- Python
- A terminal of choice or an IDE such as vscode
Installation and Running Guide:
- Install copy paste https://github.com/AlexMaximilian/alexblackjack.git into your terminal of choice
- Go into the installed folder with the command 'cd alexblackjack'
- Run the command 'python3 alex'
- Easy as that enjoy the game!
Contribute:
Feel free to contribute to this game by adding extra features and writing better code. Open a pull request!
Contributors:
- Michael Herman (reference code)