Blackjack basic strategy early surrender

broken image
broken image

ResplitAces:false, // Can you resplit aces if set supercedes double (v1.1 or higher)ĭoubleAfterSplit:true, // Can double after split Surrender:'late', // Surrender offered - none, late, or earlyĭouble:'any', // Double rules - none, 10or11, 9or10or11, anyĭoubleRange:, // Range of values you can double, HitSoft17:true, // Does dealer hit soft 17 The exposed function from this library is GetRecommendedPlayerAction which will return a string suggesting an action for the player to take on their hand. offerInsurance - whether insurance is offered or not.surrender - none, early, or late (early surrender means surrender is offered before the dealer checks for a blackjack).hitSoft17 - whether the dealer hits soft 17 or not.doubleAfterSplit - whether the player can double after split (true or false).resplitAces - whether the player can resplit Aces (true or false).maxSplitHands - the maximum number of hands a player can have (1=no splits allowed).double - none, any, 10or11, or 9or10or11 (note if set doubleRange overrides this value).doubleRange - array indicating a low and high set of player totals that can double (v1.1 or later).It is intended to augment blackjack applicationsīy teaching the player Basic Strategy, based on. Nodejs module that provides suggested action for a blackjack hand.

broken image