JordanLeich / Blackjack-21

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ๐Ÿž

About

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:MIT License


Languages

Language:Python 100.0%