Skip to content

Releases: JordanLeich/Blackjack-21

Blackjack 21 v13.0

17 Oct 17:01
Compare
Choose a tag to compare

v13.0 Patch Notes 🃏

  1. All global variables have been removed as requested by many players via Reddit and GitHub.
  2. Classes have been created to hold valuable information regarding everything the global variables used to store information.
  3. User input validation has been greatly worked on and improved to avoid random error crashes.
  4. Bots are now capable of spawning past the old limit of 3 bots per game, bots can spawn at an unlimited amount now.
  5. Options menu has been added to view your in-game stats, view the latest or oldest releases of this game, and much more.
  6. Many bugs regarding scoring (including the insurance feature) have been worked on and fixed.

Special thanks to @amastis and @crazyguy42781 for all of the help in this latest release. 🎆

Blackjack 21 v12.0

03 Sep 16:26
Compare
Choose a tag to compare

v12.0 Patch Notes 🎴

  1. The user and bots can now donate to each other when one needs money to keep playing
  2. Fixed tons of scoring and logic bugs
  3. Fixed a crash in the exe version
  4. The User can now reset their stats easily in-game
  5. Bankrupt logic for the user and bots has been greatly improved
  6. Fixed a division by zero bug when the user's balance reaches a total of 0
  7. Fixed a bug where printed lines were being duplicated within the bots turn
  8. added some more improved logic handling regarding the user's balance

Blackjack 21 v11.0

07 Aug 03:28
Compare
Choose a tag to compare

v11.0 Patch Notes 🃏 🎆

  1. Bots have now been added to the game! After many hours of trial and error of getting the bots to act/think like humans, they finally function and work properly! Bots also carry data within the data.json save file so they will always keep their balance just like the user does!
  2. Core logic of the game has been greatly improved all-around to fix many bugs with endgame scoring or midgame input choices.
  3. Purchasing insurance from the dealer has now been added to the game!
  4. Many spelling issues have been fixed.

Blackjack 21 v10.0

21 Jul 01:27
Compare
Choose a tag to compare

v10.0 Patch Notes 🎇🃏🎇

  1. Many improvements were made to the formatting to reduce duplicated code
  2. Error handling has been greatly improved upon
  3. Fixed a few errors where the game would crash from wrong user input
  4. Fixed an issue where the game over screen would not redirect the player back to the game correctly

Blackjack 21 v9.7

03 Jul 17:52
Compare
Choose a tag to compare

v9.7 Patch Notes 👑

  1. Major improvements to logic handling and formatting to reduce redundant coding
  2. Exe file has now been added for those who do not have python installed on their system but still want to play blackjack
  3. Song function has been removed to avoid issues with pyinstaller and MIT license, project size should now be greatly reduced now thanks to removing all of the songs

Blackjack 21 v9.6

03 Jul 05:59
Compare
Choose a tag to compare

v9.6 Patch Notes 🃏

  1. Small and simple files moved around to reduce repo clutter
  2. Gitignore is now added
  3. All functions now have docstrings
  4. Improved readme and updated links

Blackjack 21 v9.5

17 May 19:02
71bc4b6
Compare
Choose a tag to compare

v9.5 Patch Notes

  1. Users now have the option to double down their bets if the sum of their cards is below or equal to 11!
  2. The dealer's action of pulling cards now has its own function to avoid duplicated code.
  3. Small improvements to error handling and game logic have been made.

Blackjack 21 v9.2

11 May 17:20
30ff857
Compare
Choose a tag to compare

v9.2 Patch Notes

  1. The user's total score is now able to be saved within the .json file.
  2. Small error handling bug has been improved.
  3. Small grammar error fixed.
  4. Issues with the game not saving at certain parts of the game have been improved and work properly now.

Blackjack 21 v9.1

11 May 16:40
17dcd7d
Compare
Choose a tag to compare

v9.1 Patch Notes

  1. If the player now picks a brand new game to play after already playing at least 1 game, the game will now override the .JSON save file and it will reset the user's and dealer's balance to default, which is 1000 dollars for the user's balance and 5000 dollars for the dealer's balance. This fix helps players with a negative balance to be able to play the game by resetting their balance to the game's default balances.
  2. Readme file has been changed and improved upon.

Blackjack 21 v9.0

11 May 15:54
297bc44
Compare
Choose a tag to compare

v9.0 Patch Notes

  1. A new feature for saving the user's progress has been added, thanks to Mordy.
  2. Some minor changes to grammar and wording have been improved for better user readability.