Here\'s what i have so far... I have yet to figure out how i\'m going to handle the 11 / 1 situation with an ace, and when the player chooses an option for hit/stand, i get segfault.
So I need to do a game of blackjack simulator, but can\'t seem to figure out what\'s wrong with the shuffle. It\'s supposed to take a card randomly from the deck, then put it on top of the pack. And f
I have a list called hand and another one called deck, the main goal here is to take the first card (or element ) in the list deck and put it in the list hand when i call the fnction draw...
I am implementing a little Black Jack game in C# and I have the following problem calculating the player\'s hand value. Aces may have a value of 1 or 11 based on the player\'s hand. If the player has
I\'m making a blackjack sim and I want to deal the cards how it would be in a casino, 开发者_StackOverflow