A Python simulation for the game of Blackjack that analyzes the effect of strategy (bet spreads, card counting, basic strategy accuracy) on the players' bankrolls.
9
stars
4
forks
source link
Corrected data type for dealersettings option and added requirements.txt #1
changed the default value to a string because click module does not allow list arguments for dealersettings.