seblau / BlackJack-Simulator

BlackJack-Simulator written in Python with OMEGA II Count
171 stars 97 forks source link

Dealer should not be drawing cards if the player busts. #8

Open uclatommy opened 6 years ago

uclatommy commented 6 years ago

Under a realistic dealing sequence, dealer will have 2 cards even when player busts, so draw only one card if player busts.