Arcania - AI Game Director
A proof-of-concept for a "Game Director as a Service" (GDaaS) model.



A proof-of-concept for a "Game Director as a Service" (GDaaS) model.
Arcania is a proof-of-concept for a next-generation RPG experience. At its core, it's a text-based adventure in a gritty fantasy world, but its true innovation lies in its 'living' narrative, generated and directed in real-time by an AI Game Master named LIRIA. Unlike traditional games with pre-scripted paths, Arcania provides an emergent story for every player, demonstrating the 'Game Director as a Service' (GDaaS) model where AI is the central creative force.

Arcania separates the "Mind" from the "Body." Two distinct AI systems work in tandem to deliver the experience.
The "Mind" of the game. A Game Director as a Service that processes world state to generate unique stories and quests.
The "Body" of the agent. It translates Liria's logical output into audiovisual performance, giving the AI a face and voice.
Arcania uses a decoupled, event-driven architecture. The AI "mind" is isolated from the game client, communicating strictly via structured JSON payloads.
React Frontend
User ActionNode.js API
State ManagerGemini + Qdrant
Cognition & MemoryData Flow: The Client sends an action → Node.js retrieves World State & Lore (Qdrant) → Constructs prompt for Gemini → Gemini returns structured Game Directives → Client renders the outcome.
Arcania is more than a game; it's an exploration into the future of interactive entertainment where AI acts as a true creative partner.