Skip to content

Releases: jabitti/quick_blackjack

Counting Cards Alpha

05 Aug 00:09
56272e8
Compare
Choose a tag to compare
Counting Cards Alpha Pre-release
Pre-release

Big Changes

  • The game now has an actual Blackjack deck of 104 cards, which will be used as the game progresses. This will allow players to now practice counting cards.
  • When available cards left reaches 15 or less at the end of a match, the deck is reset (the player is informed of this reset)

Smaller Changes

  • If you get Blackjack on your first hand, the game will automatically continue instead of asking to hit or stand
  • Change instances of "Tie" to "Push" for accuracy

More "Hit"/"Stand" Inputs

29 Jul 20:02
bd0662e
Compare
Choose a tag to compare

Changes

  • Allows you to use "H" and "Hit" to Hit instead of just "h" and "hit"
  • Allows you to use "S" and "Stand" to Stand instead of just "s" and "stand"

Tiny Fix

29 Jul 04:59
5f6d52d
Compare
Choose a tag to compare

Update does not affect performance. No update necessary.

Changes

  • Removed executable from source code, seeing as it was redundant

Quick Blackjack

29 Jul 04:53
8d6022c
Compare
Choose a tag to compare

Very first published iteration of this Quick Blackjack software. Please make an Issue if there are any suggestions for or concerns with the program.