Skip to content

JordanLeich/Blackjack-21

Repository files navigation

Blackjack 21 🃏


wallpaper

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 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 🎲

Option 1 (Python installed)

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

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 release.
  2. Oldest version of Blackjack 21, this release is super outdated and lacks hundreds of improvements and features. Ideally, this version is best if you don't want all the newest features but want the most basic version of Blackjack 21.

TODO List ❗

  • View the TODO List here

Contributing ✍️

  • Here’s an easy and quick video guide for learning how to contribute via GitHub

Bug Reporting 🐞