UQcsse3200 / 2024-studio-1

MIT License
4 stars 1 forks source link

Energy drink class modifications and UI element #240

Closed Jas2310 closed 3 weeks ago

Jas2310 commented 1 month ago

Description

Task: Energy drink class modifications and UI element Feature: #138

This task will involve extending the EnergyDrink class from sprint 1, to allow for different energy drink types. The different types should have different speed boost values. For example, a "Low" speed boost only applies 10% of the original base speed on to the current speed, "Medium" applies 20%, and "High" applies 30%. The class should also be extended so that energy drink effects are stackable, and the effect should stop applying when the player reaches their maximum speed. A UI element should also be created to show the player's current speed stats. As such, the speed stats help to show the user what their accumulated speed boost is so far.

Milestones

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

Completion Deadline: Sep. 11

Documentation

Member