Click here to Skip to main content
15,885,899 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
okay. I have pretty much everything done in my game (except the dealer AI) but I'm just confused on how to make the program hold/stand. I want it to go along the lines of - If this button is pressed then stop and then the dealer show score (I dont have to worry about him trying to get to 21). But I have no clue where to start with this. Anyone have any ideas? (DONT GIVE ME CODE. JUST TRY TO EXPLAIN....PLEASE?~ ; A ; )
Posted

1 solution

Are you meaning that you want the game to "pause*, while the scores are shown? If so, store a boolean (or a game state), stating if the score window is up. Next, in your Update() method, only update the main game, dealer, etc if the score window is not up.

I think that is what you mean.

Cheers,

ge-force.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900