Skip to content

Releases: RondoRevolution/blackjack-python

The Four Seasons

21 Sep 21:25

Choose a tag to compare

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

18 Sep 21:36

Choose a tag to compare

Changelog:

  • Updated LICENSE with correct full name.

Second Impact

18 Sep 21:04

Choose a tag to compare

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

18 Sep 18:39

Choose a tag to compare

The first release of this Blackjack game was made using Object Oriented Programming in Python.