C# (CSharp) Blackjack.Players Namespace

Classes

Name Description
ActionTablePlayer A helper strategy that just plays according to a look-up table.
BasicStrategyPlayer
CountingSystemBasicStrategyPlayer A player which does some simple card counting and modifies basic strategy slightly depending on the count.
SimpleFiveCountPlayer A player which does some simple card counting and modifies the Wizard of Odds simple strategy slightly depending on the number of fives that have been seen.
WizardSimpleStrategy This class implements the Simple Wizard Strategy described at the WizardOfOdds page: http://wizardofodds.com/blackjack/apx21.html The EV of this strategy at a single-deck game with Vegas Strip rules is -0.67%.