Blackjack: I want to know how to get new cards and keep the old ones every time I hit the HIT button
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
David Hill
on 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 Comments
See Also
Categories
Find more on Develop Apps Using App Designer 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!