Closed jChicote closed 2 weeks ago
Between the gamelogic and the UI for the GameplayHUD, a specific Mediator will be created for this view model. This is too ensure, that none of the core components have to be modified to accomodate changes. The use of a mediator paired with the MVVM design ensures that in the long term as the project grows. There would be little need to retructure how the UI is generated, designed and interacted.
Description
The gameplay scene is extremely bare, it needs a basic interface for the user to get feedback on the status of the Player ship
Acceptance Criteria
Implmentation