kedoska / engine-blackjack

Javascript library to make blackjack engines
GNU General Public License v2.0
33 stars 29 forks source link

Suggestion: 5, 6, and 7-card Charlie #58

Closed funcdoor closed 4 years ago

funcdoor commented 6 years ago

An optional rule exists where a player's hand will automatically win if they reach a certain number of cards without busting usually called "5 Card Charlie" to "7 Card Charlie" (depending on the variation). I believe this variant is common enough that it would be nice to have as an option

source: https://wizardofodds.com/games/blackjack/strategy/charlie/

kedoska commented 6 years ago

It does not looks very difficult. Could be implemented here and here by passing an extra value to the getHandInfoAfter....

I will search for more statistics and eventually will look into it on the weekend to prepare some tests.