jChicote / ProjectExodus

ProjectExodus is a revamp of the old Evacuation game. It will still have all its bell's and whistles of being a pixel art focused rescue and shoot-em all
MIT License
1 stars 0 forks source link

Create Basic Gameplay GUI #9

Closed jChicote closed 2 weeks ago

jChicote commented 3 months ago

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

jChicote commented 3 weeks ago

Details on design:

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.

jChicote commented 3 weeks ago

Notes on the use of monobehaviours