Skip to content

This is a game where you play against the dealer and try to get the higher values of cards without exceeding the number 21.

License

Notifications You must be signed in to change notification settings

JordanLeich/Blackjack-21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Colored (pip install colored)
  2. Playsound (pip install playsound)
  3. It is always a great idea to keep your pip updated but it is not required. If you pip is too outdated, you may run into some issues with installing other python modules and packages.

Description 🃏

  • This is a game where you play against the dealer and try to get the higher values of cards without exceeding over the number 21. If your cards ever equal a total of 21, you automatically get blackjack (win) unless both you and the dealer get 21 then you push (tie). The user also has a cash balance that is wagered based on winning or losing, the user must keep their cash balance positive and not negative to keep playing. All of the basic rules that are applied to the traditional game of Blackjack 21 are also applied to this card game project along with many great features and additions. If you are unfamiliar or do not know how to play Blackjack 21 and would like to learn it, visit.

Demonstration 📹

BlackJack

Instructions 🎲

  1. Make sure you installed all the python modules found in the requirements tab
  2. Go to the releases page on GitHub and download the latest zip file
  3. unzip the zip file wherever you like, simply run Blackjack.py, and enjoy!

Additional 📓

  1. Latest version of Blackjack 21, this release is the most recommended for players and developers. The latest release will always contain completed code and will be considered a stable, working project.
  2. Oldest version of Blackjack 21, this release is super outdated and lackes hundreds of improvements and features.

TODO List ❗

  1. Check out the issues page for this project here

BlackJack