Inspiration

Many narrative games let players make choices, but the meaning of those choices is often hidden. We wanted to explore a different idea: what if a game could help players see the relationship patterns they created through their own decisions?

The Chart started as a narrative relationship game built around character connections. For OpenAI Build Week, we extended this system with Chart Intelligence, an AI-powered feature that interprets the relationship evidence created during gameplay.

What We Built

The Chart is a narrative relationship game where player choices create persistent relationship traces.

Players experience the story through different protagonists, including Sloane, Jude, and Val. Their choices affect relationship values, unlock Intel, and build a unique history inside the relationship network.

Chart Intelligence uses GPT-5.6 to analyze this player-created evidence and generate Pattern Discovery insights at key moments. Instead of creating new story content or replacing the writer's intent, it helps players understand the relationships they have already built.

How We Built It

We integrated Chart Intelligence directly into the existing relationship system.

The game tracks:

  • relationship changes
  • relationship history
  • unlocked Intel
  • route progress
  • completed narrative moments

When a supported route reaches a Pattern Discovery moment, the system sends structured relationship evidence to the AI layer. GPT-5.6 returns a constrained insight that is validated and displayed inside the game's existing UI.

Codex was used throughout development to help inspect the codebase, implement the AI integration, debug issues, improve system reliability, and prepare the final submission.

Challenges

One of the main challenges was making AI feel like a natural part of the game rather than a separate chatbot.

We focused on creating boundaries: the AI cannot create canon, rewrite scenes, or invent relationships. It only interprets evidence already created by the player's choices.

Another challenge was maintaining a reliable player experience. If the AI service is unavailable or returns an invalid response, the game uses curated fallback content instead of breaking the narrative flow.

What We Learned

This project showed us that AI can enhance interactive storytelling by helping players reflect on their own choices, rather than replacing human-authored experiences.

The goal of Chart Intelligence is not to generate a story for the player, but to reveal the story they have already created.

Built With

Share this project:

Updates