This game was my attempt at building something from scratch. I coded a regular blackjack game, as well as my concept of 'rigged blackjack'.

In the regular blackjack game, all cards are shuffled after every game. In rigged blackjack, only the first 3 cards are shuffled, and cards will also arrive to the dealer shuffled from the remaining possibilities. Once the player stands however, the 2nd dealer card will seek a value that is acceptable for the dealer to either remain in the game, or stand in a winning position (or draw if 21). The dealer will continue searching cards until they reach a stand state in this fashion. The only time that this SHOULD be impossible, is if the player has blackjack and the dealers first card is anything but a 10 or Ace, in which case the player will win.

This was originally a concept I wanted to achieve in a small time frame to test my coding skills, and I'm happy to accept a few bugs as the logic is fairly solid (most of the time). Please enjoy!

Tip: Click maximise on the bottom right for better resolution