ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Allow player(s) to back out of the game #16

Closed ericpalyan closed 8 years ago

ericpalyan commented 10 years ago

If playing with multiple players, there should be an option for a player to quit/back out of the game without having to exit the entire program and then select less amount of players, set it up, etc. This should remove the player's jpanel and components from the Blackjack window and update the game instances such as number of players, and so on.

~estimated 200

JaredBJensen commented 9 years ago

Done. At the end of each round a "leave game" button appears below each player. If the last player leaves the game will close.