UQcsse3200 / 2023-studio-1

MIT License
8 stars 7 forks source link

Item Class #15

Closed 86LAK closed 1 year ago

86LAK commented 1 year ago

Description

Task: Item Class. Feature: #7

Broad item class which will act as the parent for tool class and others similar. This item class acts as a versatile parent structure that lays the groundwork for various subclasses, such as the tool class and potentially others that share similar attributes and behaviours. The item class framework will enable efficient subclass creation while ensuring that each subclass inherits essential functionalities and characteristics from its parent. Extensive documentation for this class will also be made to ensure future subclass development is easily possible.

Milestones

Completion Deadline: Aug. 22

Member

86LAK commented 1 year ago

https://github.com/UQcsse3200/2023-studio-1/wiki/Items

86LAK commented 1 year ago

finished adding itemComponent class and tests and documentation