Blackjack: I want to know how to get new cards and keep the old ones every time I hit the HIT button
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
David Hill
2020-11-29
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!