ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Refactor BlackjackGui.java #13

Closed ericpalyan closed 8 years ago

ericpalyan commented 10 years ago

A lot of the code could be factored out, placed as helper methods, organized and commented, etc. Currently there is a lot of jumbled code which can be cleaned up for efficiency and clarity of code.

~estimated 250

tmliew commented 8 years ago

Removed hit and stay button after game ends, Added OS Menu to change player names, exit, restart, etc. Refactored the code that creates a new Name Frame that specifies the names of each player.

arda- commented 8 years ago

fixed