Skip to content

Chores List UI

Ben Jackson edited this page Oct 21, 2021 · 7 revisions

Chores List UI

The chore system UI aids the player in knowing what tasks there are to complete within the game. It will display a list of chore descriptions, which include the amount of entities of that chore type are still to be completed. The menu can be toggled on or off using the 'o' key.

Example

Implementation

Everything is controlled by the ChoreController, so nothing else should need to utilise this class. Wiki page for ChoreController

It is a UIComponent of MainGameScreen.

Clone this wiki locally