[Blackjack] How does Ace apply to the dealer?

How does the dealer count Ace as? It is not specified in the description so I assume it is the same as the player. (either 1 or 11, as close to but not exceeding 21 as possible)
But in the sample.txt provided, Hand 2 does not seem to mean it. Ace is counted as 1 in the first two cards when the sum is only 14 if it were counted as 11.
Hand 2 is as follows:

Hand 2 bankroll 95

Player bets 5

Player dealt King of Hearts
Dealer dealt Ace of Clubs
Player dealt Seven of Hearts
Player's total is 17
Dealer's hole card is Three of Clubs
Dealer dealt Jack of Spades
Dealer dealt Eight of Diamonds
Dealer's total is 22

Dealer busts

1 comments

  • @ 2018-07-22 12:48:12

    Hi,

    I think Ace's are counted as 11's and if the total count of your hand goes above 21 and you have Ace's, you recount them as 1's. (AKA taking out ten from your current hand).

    Hope this helps!
    Let me know if anything is unclear.

  • 1