Concept System Design System Infrastructure Final Game User Guidelines Credits

System Infrastructure

Overview

The game is built with modular, component-based architecture in Unity. Each gameplay system (player control, interaction, AI, scoring, UI, etc.) is represented through dedicated C# classes and MonoBehaviours. Below is the class design structure focusing on relationships, not detailed implementation.

Class Relationship Diagram

Game Manager Room Manager Controller Enemies