cunundrummer / BlackJack

For learning c++
0 stars 0 forks source link

Ask for insurance on Ace only #14

Closed cunundrummer closed 8 years ago

cunundrummer commented 8 years ago

After re-checking rules for BJ, change insurance method to ask for insurance when dealers second card is and Ace. So to reiterate the rule, dealer will deal a card face down first, and his second card face up. If that card is an Ace, ask for insurance.

cunundrummer commented 8 years ago

"Dealing cards for players

Start by dealing each player’s first card face down. Deal the player on your left first, then move left to right down the remaining players. Finish by dealing yourself one card face down. Deal another card to each player, this time with the card facing up.

Finally, deal your final card. This time, it should face upwards. If your card is an ace, you need to ask the players if they want to purchase insurance. If they do, take each player’s insurance (it should be half of their original bet) and flip over your second card to see whether or not you have a blackjack.

If you have a blackjack, collect bets from anyone that didn’t buy insurance. Players that did buy insurance receive their original bets back. Players with blackjack will receive their original bet, even if they didn’t purchase insurance."