ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Retrieving the card images is redundant #76

Closed ryankirkpatrick97 closed 6 years ago

ryankirkpatrick97 commented 6 years ago

There is a giant switch-case block for choosing the image name to represent cards. This be drastically shorted with a toString method, and changing the image names.