mhluska / blackjack-simulator

🃏 Realistic blackjack simulator (practice card counting using Hi-Lo and calculate EV for any table conditions)
https://mhluska.github.io/blackjack-atlas
MIT License
51 stars 14 forks source link

Dollar values for CLI args #20

Closed mhluska closed 3 years ago

mhluska commented 3 years ago

Currently the CLI args accept cent integer values only which is kind of annoying. Allow it to also accept dollar values.