ucsb-cs56-projects / cs56-games-dealer

-
0 stars 8 forks source link

Improve the GUI of the game BlackJack #35

Closed kpoon1 closed 6 years ago

kpoon1 commented 7 years ago

For example,

  1. Add a background image to the game.
  2. Make the hit and stand button more reasonable (smaller and add some space between them)
  3. Improve the win/lose message, so that the whole game won't move left / or right when the message shows up and disappear.

It would be very hard since we used the GridBagLayout, which is not teach in class. You may want to consider to use other Layout Manager.

athielk commented 7 years ago

the blackJack game was more of a proof of concept.