Blackjack: I want to know how to get new cards and keep the old ones every time I hit the HIT button
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I was trying to make a simple blackjack gui that only utilize stand and hit option. One of my problem was whenever i click the hit button, new card replaces the old one and the old values gets erase from the total points. I heard that using set(handles.) works in this situation, but I can't seem to understand its functionality within the code. if you have any other suggestions, can you please post them down below?
Below are the current state of the game. It was pretty simple since it's my first time using the app designer.
Thanks in advance
0 Commenti
Risposte (1)
David Hill
il 29 Nov 2020
You could look at other people's Blackjack code. Here is one that I wrote:
https://www.mathworks.com/matlabcentral/fileexchange/71349-blackjack-gui
0 Commenti
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!