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 im 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 guys