ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Threading is done not optimally in the GuiController class #80

Closed ryankirkpatrick97 closed 6 years ago

ryankirkpatrick97 commented 6 years ago

The GuiController class currently increments a stage count in the GuiModel to determine which gui should be displayed. Ideally, i think this can be done in a different way if someone were to have more skill with threading than we do.