Dan2908 / Dan2908/GenericBuilder
Create Building classes for Residential & Storage
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Create building classes just like **AProductionBuilding**,
Must be Child of `ABaseBuilding` and implement `IBuildable`.
Following `AProductionBuilding.h` and `AProductionBuilding.cpp`, create and implement:
- [ ] `AResidentialBuilding.h` and `AResidentialBuilding.cpp`
- [ ] `AStorageBuilding.h` and `AStorageBuilding.cpp`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading AProductionBuilding.h and AProductionBuilding.cpp, then inspect ABaseBuilding and IBuildable to confirm the required inheritance and interface. Create AResidentialBuilding.h/.cpp and AStorageBuilding.h/.cpp following that structure; done means all four files exist and the classes compile with the requested base class and interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100