+-- Player's hand | | dealer dealer | |-might bust-||-might stand-| V 2 3 4 5 6 7 8 9 X A <------- dealer's upcard ---+------------------------------- XX | S S S S S S S S S S never, ever, ever split 99 | PS PS PS PS PS S PS ps s s split if (d <= 9), except 7 88 | Ps Ps Ps Ps Ps Ph ph ph ph ph always split 77 | ps ps Ps Ps Ps ph h h s h split if (d <= 7), stand against 10 66 | ph ps ps Ps ps h h h h h split if (d <= 6) 55 | DH DH DH DH DH DH DH DH H H never split, treat like hard 10 44 | h H H DH DH H h h h h never split, double against 5, 6 33 | h h Ph PH PH ph h h h h split if (d >= 4) and (d <= 7) 22 | h ph Ph PH PH ph h h h h split if (d >= 3) and (d <= 7) AA | PH PH PH PD PD PH PH Ph Ph Ph always split ---+------------------------------- A9 | S S S S S S S S S S always stand A8 | S S S S *DS S S S S S double against a 6 A7 | S DS DS DS DS S S h h h* double 3-6, hit against 9, 10, A A6 | DH DH DH DH DH H h h h h double low, hit high A5 | h h DH DH DH h h h h h \ A4 | h H DH DH DH H h h h h \ double against 4,5,6 A3 | H H DH DH DH H H h h h / A2 | H H DH DH DH H H h h h / ---+------------------------------- 21 | S S S S S S S S S S always stand 20 | S S S S S S S S S S always stand 19 | S S S S S S S S S S always stand 18 | S S S S S S S s s s always stand 17 | s s s s s s s s s s always stand on HARD 17 or above 16 | s s s s s h h h h h \ 15 | s s s s s h h h h h \ 14 | s s s s s h h h h h > hit if dealer might stand, 13 | s s s s s h h h h h / stand if dealer might bust 12 | h h s s s h h h h h / (special case against 2, 3) 11 | D D D D D D D D D D always double 10 | D D D D D D D D H H double if (d < 10) 9 | DH DH DH DH DH H H h h h double if dealer might bust 8 | h H H DH DH H h h h h double only against 5, 6 7 | h h h H H h h h h h 6 | h h h H H h h h h h (4-2) 5 | h h h H H h h h h h (3-2) 4 | h h h H H h h h h h (2-2 pair if no more splitting allowed) [S]tand [H]it [D]ouble [P]air (Split) [DH] Double if allowed, otherwise, Split [DS] Double if allowed, otherwise, Stand [uppercase] "strong" hand, favorable to the player [lowercase] "weak" hand, favorable to the dealer
The property is defined on this object (not inherited).