Skip to content

this is the basic version of black jack game with instructions on every step. Go for it code and play!!!

Notifications You must be signed in to change notification settings

MukulCode/BLACKJACK-game-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

BLACKJACK-game-

this is the basic version of black jack game with instructions on every step. Go for it code and play!!!

In this milestone project you will be creating a Complete BlackJack Card Game in Python. Black jack is a basic card game.

Here are the requirements:

You need to create a simple text-based BlackJack game The game needs to have one player versus an automated dealer. The player can stand or hit. The player must be able to pick their betting amount. You need to keep track of the player's total money. You need to alert the player of wins, losses, or busts, etc... And most importantly:

You must use OOP and classes in some portion of your game. You can not just use functions in your game. Use classes to help you define the Deck and the Player's hand. There are many right ways to do this, so explore it well! Feel free to expand this game. Try including multiple players. Try adding in Double-Down and card splits!

About

this is the basic version of black jack game with instructions on every step. Go for it code and play!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages