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
This is to separate the game state management code to separate the logic needed to help manage the data need for the GSM to interact properly with the user.
extracted step tracking logic into the Model
extracted gameloop logic for managing states into the Model
passed all unit tests for GameStateService
The text was updated successfully, but these errors were encountered:
chektien
changed the title
Create the GameStateViewModel for GameStateService
Create the GameStateModel for GameStateService
Feb 15, 2022
This is to separate the game state management code to separate the logic needed to help manage the data need for the GSM to interact properly with the user.
The text was updated successfully, but these errors were encountered: