Releases: RondoRevolution/blackjack-python
Releases · RondoRevolution/blackjack-python
The Four Seasons
Changelog:
- Fixed an unnecessary f-string in line 87 of main_script.py
- Fixed the gained amount of chips when winning a bet being doubled by changing a parameter in the lines 706, 727 and 768 on blackjack.py
- Added a screenshot for preview
- Updated the README with the preview screenshot
Third time's the charm
Changelog:
- Updated LICENSE with correct full name.
Second Impact
Changelog:
- Corrected a typo in the comment on line 636 in blackjack.py
- Fixed a bug where the computer would continue to deal to itself if the hand value of the player was lower than the hand value of the dealer and lower than 18.
- Fixed a bug where the game would end without announcing a winner for the round if both the hand values of the player and the dealer were equal but lower than 18.
Beginner's Luck
The first release of this Blackjack game was made using Object Oriented Programming in Python.