If the player’s two-card value is less than 5 and the banker’s two-card value is 6 or less, the player draws the 3rd card.
Depending on the player’s 3rd card, game could end or the banker draws the 3rd card to end the game.
The banker’s two-card value (6,5,4,3) and the player’s 3rd card decide whether the banker gets additional drawing or not, as in the table above.
When the player’s two-card value is 5 or less and the banker’s two-card value is 6,
- The game ends if the player’s 3rd card is an 8,9,0,1,2,3,4, or 5.
- The banker gets additional drawing and the game ends if the player’s 3rd card is 6 or 7.
When the player’s two cards value is 5 or less and the banker’s two cards value is 5,
- The game ends if the player’s 3rd card is one of 8,9,0,1,2, and 3.
- The banker gets additional drawing and the game ends if the player’s 3rd card is 4,5,6, or 7.
When the player’s two-card value is 5 or less and the banker’s two-card value is 4,
- The game ends if the player’s 3rd card is 8,9,0, or 1.
- The banker gets additional drawing and the game ends if the player’s 3rd card is 2,3,4,5,6, or 7.
When the player’s two-card value is 5 or less and the banker’s two-card value is 3,
- The game ends if the player’s 3rd card is 8.
- The banker gets additional drawing and the game ends if the player’s 3rd card is 9,0,1,2,3,4,5,6, or 7.
The higher value of the two- or three-card total wins; if they have the same value, the game would end in a tie.