Black jack function for hiding dealers card
Show older comments
I have the game pretty much completed. its a text based version of blackjack just focusing on random integers since suits dont really matter.
I need a function to store the hole card, display an empty string (ex: __ / 9 / 2) and then display the value once the player "stays".
Thank you!
Accepted Answer
More Answers (1)
Image Analyst
on 1 Dec 2021
0 votes
Wouldn't that be sprintf() or fprintf()?
Categories
Find more on Card games in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!