Dan2908 / Dan2908/GenericBuilder

Create Building classes for Residential & Storage

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
devtask good first issue
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.