A single-player blackjack game implementation with probabilities and a simple betting system, built within the Unity game engine.
- Hit & Stand.
- Blackjack.
- Push (draw).
- Soft hand (an ace can be counted as one or eleven).
- Raise / lower bet (in multiples of 10 $).
- Probability that the dealer has a higher point count than the player, having the first card hidden.
- Probability that the player gets 17 - 21 points if he / she asks for a card.
- Probability that the player goes over 21 points if he / she asks for a card.
This repository is released under the MIT license. See LICENSE.md for more information.