ucsb-cs56-projects / cs56-games-dealer

-
0 stars 8 forks source link

Adding multiple hands functionality to GUI #12

Closed kbielaski closed 8 years ago

kbielaski commented 8 years ago

Requests how many hands the user wants. Requests how many cards to draw for each hand. Displays all hands.

Requesting 150 points

hannavigil commented 8 years ago

Added ability to display the hands of a specified number of players. Different from #11 because this issue required the use of GUI elements and displaying a dynamic number of labels. Approved for 150 points