- Overview
- This is a single player BlackJack practise table. It gives you hints for the best next move and calculates card counts as you play. Your progress is tracked by your chip stack.
- Settings
-
HitSoft17: When this is checked the dealer will always hit on Ace-Six.
Decks: This determines the number of decks in play. By default six decks are used.
- Hints
-
At each player's turn, the table will display the player's best next move. The hint does not take the card count into consideration.
- Card Counting
-
For each new shuffle cards are counted using the Hi-Lo method. Aces and ten valued cards are counted as -1 and cards less than 7 are +1. The counter display shows the count adjusted for the number of decks in play as well as the raw count (in brackets).
- Betting
-
The chip stack starts out a 1,000,000 with a bet size of 100. You can change the bet size between hands. The minimum bet size is 100.
- Surrender etc.
-
There is no setting to allow either surrender or double after splits. It is up to the player to decide whether they are permitted by choosing to use them.