Skip to content

Releases: JordanLeich/Blackjack-21

Blackjack 21 v8.6

11 May 02:57
8f567be
Compare
Choose a tag to compare

v8.6 Patch Notes

  1. Added a new game called Custom Game where the user can set a custom amount for the user and dealer starting balance, and user score counter.
  2. Fixed some formatting and in-game output spacing issues.
  3. Updated requirements.txt file to include setuptools package for easier install of new players.
  4. Updated TODO list within the Blackjack.py file.
  5. Added an express option at the beginning of the game for players who want to play Blackjack 21 instantly.

Blackjack 21 v8.3

06 May 19:04
8587d5e
Compare
Choose a tag to compare

v8.3 Patch Notes

  1. A new function has been added for scoring to further reduce clutter and duplicated code.
  2. A new user input message has been added to the introduction portion of the game that now allows the user to learn how to play Blackjack.
  3. Requirements.txt has been updated
  4. More songs have been added as promised (all noncopyrighted music).
  5. Many improvements to scoring logic to prevent unexpected crashes and errors.
  6. Many files and directories have been deleted from this repository that is currently not in active usage anymore.

Blackjack 21 v8.0

06 May 06:47
b673fdb
Compare
Choose a tag to compare

v8.0 Patch Notes

  1. GitHub Repository project name has been simplified and renamed to just "Blackjack 21".
  2. Around 80 to 100 lines of code have been deleted and simplified for much better speed, memory, and readability.
  3. Fixed some coloring and grammar issues.
  4. More songs will be released and be able to stream by a user while playing.
  5. More features will also be released soon such as storing the user's name.

Blackjack 21 v7.5

16 Aug 01:48
52ff99a
Compare
Choose a tag to compare

v7.5 Patch Notes

  • Added requirements.txt
  • Changed location of icon.ico to images folder to reduce clutter
  • Added Docstrings to blackjack.py
  • Fixed some issues with various imports used

Blackjack 21 v7.0

14 Aug 17:13
28c59dc
Compare
Choose a tag to compare

v7.0 Patch Notes

  • Added song playlist to listen to while the user is playing
  • Added an option for the user to go 'all in', meaning that the user is placing a max bet from their entire balance

Blackjack 21 v6.1

10 Aug 15:37
badf830
Compare
Choose a tag to compare

v6.1 Patch Notes

  • Changed the users starting balance to 1000 dollars instead of 3000 dollars
  • Added formatting for better readability
  • Added icon to the blackjack exe file

Blackjack 21 v6.0

23 Jul 19:16
15e60ba
Compare
Choose a tag to compare

v6.0 Patch Notes

Fixed many grammar and outputs issues
Improved readability for the user and output

Other

Added a way for the user to finally win the game and beat the dealer
Added a balance for the dealer
The game runs much faster now

Blackjack 21 v5.0

20 Jul 02:22
2fe8607
Compare
Choose a tag to compare

This release is considered the most basic version of the game. This version of Blackjack 21 is perfect for players who just want a simple game of Blackjack.

blackjack