jgayda / blackjack-simulator

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

Closed vtfresh closed 8 months ago

vtfresh commented 8 months ago

changed the default value to a string because click module does not allow list arguments for dealersettings.

jgayda commented 8 months ago

Thanks for fixing this! Appreciate the contributions :)