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
There is a lot of duplicate code for keeping track of the high score and score of the game. These functions are found in the classes for every level. Factor them out so that they are only declared once in the entire project and have the methods just be called when needed.
The text was updated successfully, but these errors were encountered:
There is a lot of duplicate code for keeping track of the high score and score of the game. These functions are found in the classes for every level. Factor them out so that they are only declared once in the entire project and have the methods just be called when needed.
The text was updated successfully, but these errors were encountered: