Releases: JordanLeich/Blackjack-21
Releases · JordanLeich/Blackjack-21
Blackjack 21 v8.6
v8.6 Patch Notes
- 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.
- Fixed some formatting and in-game output spacing issues.
- Updated requirements.txt file to include setuptools package for easier install of new players.
- Updated TODO list within the Blackjack.py file.
- Added an express option at the beginning of the game for players who want to play Blackjack 21 instantly.
Blackjack 21 v8.3
v8.3 Patch Notes
- A new function has been added for scoring to further reduce clutter and duplicated code.
- 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.
- Requirements.txt has been updated
- More songs have been added as promised (all noncopyrighted music).
- Many improvements to scoring logic to prevent unexpected crashes and errors.
- Many files and directories have been deleted from this repository that is currently not in active usage anymore.
Blackjack 21 v8.0
v8.0 Patch Notes
- GitHub Repository project name has been simplified and renamed to just "Blackjack 21".
- Around 80 to 100 lines of code have been deleted and simplified for much better speed, memory, and readability.
- Fixed some coloring and grammar issues.
- More songs will be released and be able to stream by a user while playing.
- More features will also be released soon such as storing the user's name.
Blackjack 21 v7.5
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
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
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
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