UQcsse3200 / 2024-studio-1

MIT License
4 stars 1 forks source link

Events #11

Closed manya-k closed 2 weeks ago

manya-k commented 2 months ago

Description

Central point to track all game events that handles the interaction between game’s core components; characters. Weapons and animals. This feature will manage triggering and handling of events that occurs as character finds weapons, or engage with animals, or infact when users interact with the menu. This should be robust, scalable and capable of handling multiple types of interaction simultaneously.

SubFeature/component (optional)

Examples (optional)

Dependencies

Milestones

List sub-features you intend to have done and in Master by the end of the sprint.

Completion Deadline: Aug. 28 3pm

Documentation

TBD

Members

The-AhmadAA commented 2 months ago

I would suggest adding in explicit statements to indicate that events are to be implemented by any features that use them, and that this ticket is the central point for coordination. Otherwise, it looks good. Make sure to update it with links to the task tickets and documentation as they are created. This ticket is approved and you can start creating your associated task tickets.

SIN-Willett commented 2 weeks ago

Events have been essentially finalised.