UQcsse3200 / 2024-studio-2

MIT License
5 stars 0 forks source link

Team 9 - Game summary tracking #53

Closed joe-thorne closed 2 weeks ago

joe-thorne commented 4 weeks ago

Description

Task: Team 9 - Game summary tracking. Feature: [Team 9] End Game (Final Boss)

This ticket captures the system that will gather data and information to display in the game summary screen once the boss has been defeated. Likely things could be no of enemies defeated, total damage recieved/given, minigame high scores etc. The data will be stored and passed to the end game screen for display.

Dependencies

Milestones

List of steps that need to be completed for this task.

Completion Deadline: Aug. 29

Documentation

Member

joe-thorne commented 2 weeks ago

Stat and StatManager classes are built, with unit testing on Stat. Need to understand how I can unit test StatManager as the class relies on the global event manager and I need to learn more about jUnit to get it working.

joe-thorne commented 2 weeks ago

Pull request #140