Uses of Package
blackjackanalyst.strategy

Packages that use blackjackanalyst.strategy
blackjackanalyst.strategy   
 

Classes in blackjackanalyst.strategy used by blackjackanalyst.strategy
BasicStrategyPlayer
          A player that uses basic strategy correctly, provided the following table options: Eight decks Dealer hits soft 17 Double any 2 cards Double after split The strategies used are based on the chart found at http://wizardofodds.com/blackjack.
DefaultDealer
          The default dealer strategy, which hits on any value below 16 or soft 17.
TrueCountBetPlayer
          A player that abides by the principles of BasicStrategyPlayer.