Hi.
I have made a blackjack code and need a some help on it. It seems to work overall but there are a few bits here and there that need sorting out, and I'm kinda stuck on it so was wondering if I could get some help? (Would be HUGELY appreciated )
The things I need help are on:
- Stopping the program going back to the code (you will know what I mean when you play it)
- How to add the re-run code in it and where
- How I can count the ace as 1 and 11 (as in my code it only counts as 11)
- How I can add the different suites like diamonds, clubs, hearts and spades, because my program only displays the numbers not the suites with it
- How I can show the cards played after each round
- How I can shuffle the cards
- How I can track what cards have been dealt so that each card is only dealt once
My code is here is attached.
Thanks in advance
I have made a blackjack code and need a some help on it. It seems to work overall but there are a few bits here and there that need sorting out, and I'm kinda stuck on it so was wondering if I could get some help? (Would be HUGELY appreciated )
The things I need help are on:
- Stopping the program going back to the code (you will know what I mean when you play it)
- How to add the re-run code in it and where
- How I can count the ace as 1 and 11 (as in my code it only counts as 11)
- How I can add the different suites like diamonds, clubs, hearts and spades, because my program only displays the numbers not the suites with it
- How I can show the cards played after each round
- How I can shuffle the cards
- How I can track what cards have been dealt so that each card is only dealt once
My code is here is attached.
Thanks in advance
Comment