Blackjack-GameScreenshot 2023-03-09 at 6 18 58 PM

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

Screenshot 2023-03-09 at 6 03 41 PM

and the game includes-

  • well defined classes
  • functions
  • simple while loops
  • and easy interface for players.

For bugs and New features

copy the main code into your code editor, make a new branch and commit the changes in the code for improvement

Features not included

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

Thank you for your time here