This is a simple blackjack game created fully in python which can be played by 1 player only. This is a beginner level project written in simple and easy to understand code
and the game includes-
- well defined classes
- functions
- simple while loops
- and easy interface for players.
copy the main code into your code editor, make a new branch and commit the changes in the code for improvement
To make the game simpler and easy there are some features of the game which are not included such as-
- no split
- no double down
- no surrender
- aces counted as 11
- and no insurance.
These features are yet to be added in the future