ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

F17_lab05 #77

Closed ryankirkpatrick97 closed 6 years ago

ryankirkpatrick97 commented 6 years ago

-Added a Todo.txt to organize the work we want to do this quarter. -Fixed .gitignore so that it ignores .jar files, and also deleted the previous builds. -Fixed issue #76. The cards images are now named like "3ofSpades.gif" and the block that calls them is not much shorter. -Started work on issue #73 by moving the actionListeners into TableController and creating a main file. The BlackjackGui file works as the view, and the model is the Blackjack.java file. -Started work on issue #69. There are now Gui's and controllers for the rules, welcome, name, and bet windows, as well as whatever is left in the BlackjackGui class. The new Gui and controller still reference some variables in the BlackjackGui, but for the most part, they are self-contained. More work needs to be done to have the Guis more loosely connected and fit more closely to the MVC pattern -Modified issue #75 Changing the players' names in the menubar option now no longer does anything rather than restarting the game.