Package blackjackanalyst.strategy

Class Summary
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.
BasicStrategyTable Allows creation of a table with players using basic strategy.
DefaultDealer The default dealer strategy, which hits on any value below 16 or soft 17.
DefaultPlayer The default player strategy which immitates the dealer by hitting on any value below 16 or soft 17.
ModifiedBasicStrategyPlayer A player that abides by the principles of TrueCountBetPlayer.
ModifiedBasicStrategyTable Allows creation of a table with players using the hi-lo system and a true count to adjust basic strategy.
TrueCountBetPlayer A player that abides by the principles of BasicStrategyPlayer.
TrueCountBetTable Allows creation of a table with players using the hi-lo system and a true count to adjust placed bets.