Skip to content

Releases: DeepThePatel/Blackjack

Blackjack v1.4.2

19 Aug 16:06
Compare
Choose a tag to compare

Blackjack v1.4.2

Features:

  • Created a Docker image so the application can now be run as a containerized application using Docker
  • Produced a self-contained .ZIP folder compatible with Linux operating systems

Bug Fixes:

  • Implemented null safety checks

Blackjack v1.4.1

09 Aug 20:21
Compare
Choose a tag to compare

Blackjack v1.4.1

  • Download the .ZIP specific to your OS
  • Unzip the folder in your desired location
  • Run the Blackjack application

Features:

  • Implemented the ability to register to an account
  • Implemented the ability to login to your account

Bug Fixes:

  • Fixed issue with splitting pairs
  • Fixed issue with balance displaying incorrectly when logging out of an account and logging into another

Blackjack v1.3.0

19 Jul 19:13
Compare
Choose a tag to compare

Blackjack v1.3.0

  • Download the .ZIP
  • Run the Blackjack application in the /publish folder

Features:

  • Implemented the ability to split pairs

Bug Fixes:

  • Minor QOL changes

Blackjack v1.2.1

07 Jul 17:01
Compare
Choose a tag to compare

Blackjack v1.2.1

Bug Fixes:

  • Fixed issue where player did not receive their original bet after winning insurance
  • Fixed issue where an amount higher than the allowed insurance bet was accepted

Blackjack v1.2

06 Jul 01:25
Compare
Choose a tag to compare

Blackjack v1.2 Release

Features:

  • Implemented doubling down (check README for rules)
  • Implemented insurance (check README for rules)

Bug Fixes:

  • Implemented balance checking, player will now restart with a $500 balance once below $50

Blackjack v1.0

04 Jul 02:51
Compare
Choose a tag to compare

Blackjack v1.0 Release

Features:

  • Player can pick between three (3) different casinos: Las Vegas, Monte Carlo, and Dubai
  • Player can bet anywhere between the casino's minimum bet and the player's balance (initially $5000)
  • Player and dealer are able to get blackjacks (Pays 3:2)
  • Player can Hit or Stay on their hand
  • Dealer draws cards until they land on at least a soft 17 or busts
  • Balance updated upon wins/losses
  • Balance checking (player is reset with $500 if balance reaches zero (0))
  • Ability to traverse between casinos through the main menu