rushigerrard / Blackjack-ML

Building a blackjack game with agents playing against the dealer using varied ML strategies
0 stars 0 forks source link

APIs - Hit & Stand #6

Open rushigerrard opened 5 years ago

rushigerrard commented 5 years ago

For hit, I need to handle the ace case, where the hand possibly holds 2 values.

Stand is relatively straightforward.