You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GameConsole should not call game.count() because this should be a responsibility of GuessingGame and should not provide a mutator method (according to Lab1-3-Guessing-Game.pdf page 7) for setting the counter because only GuessingGame can update counter variable
The GameConsole should not call game.count() because this should be a responsibility of GuessingGame and should not provide a mutator method (according to Lab1-3-Guessing-Game.pdf page 7) for setting the counter because only GuessingGame can update counter variable
https://github.com/nottpty/GuessingGame/blob/master/src/GameConsole.java#L26
The text was updated successfully, but these errors were encountered: