seblau / BlackJack-Simulator

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

Added some info about the number of hands played, the amount bet and … #5

Closed RemiFabre closed 8 years ago

RemiFabre commented 8 years ago

…the edge the player has. Disabled triple seven blackjack as it doesn't seem to be the most common rule (maybe it should be an option along many other rules variants?). Disabled the ROUNS_PER_GAME value, now a game ends when the shoe is shuffled. Since the win rate increases and the OMEGA count becomes more impactful as the shoe gets slimmer, this aims at reducing the (small) noise added when the last shoe is not played until the end.