You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ quest system demonstrating OOP design — inheritance, virtual dispatch, and per-quest-type behavior (Kill, Delivery, Escort, Gather) sharing a common QuestSystem base. Built as a portfolio piece to practice clean class hierarchy design
Distance-based enemy/magic detection mechanic for UE5, inspired by The Witcher medallion. Reusable core plugin — signal strength scales with proximity, no game-specific logic.