Bridging Pedagogy and Play: Introducing a Language Mapping Interface for Human-AI Co-Creation in Educational Game Design

This paper presents a web-based tool that utilizes a controlled natural language interface to enable non-expert educators and an LLM to collaboratively design educational games by explicitly mapping pedagogical intent to gameplay, thereby lowering design barriers while preserving human agency and ensuring alignment between learning goals and game mechanics.

Daijin Yang, Erica Kleinman, Casper Harteveld

Published 2026-03-05
📖 4 min read☕ Coffee break read

Imagine you are a teacher who wants to build a video game to help your students learn history or math. You have a brilliant idea for what you want them to learn, but you don't know how to code, and you aren't a game designer.

Usually, you'd have two bad options:

  1. Do it yourself: Spend months learning to code, likely failing to make the game actually teach the lesson.
  2. Ask an AI: Type "Make a game about the Civil War," and get back a finished game. But you have no idea how it works, if it's historically accurate, or if it's too hard for your students. You're just a passenger in a car driven by a robot you don't trust.

This paper introduces a new tool that solves this problem. Think of it as a specialized translator and co-pilot that sits between your teaching goals and the game design.

The Core Idea: A "Rosetta Stone" for Games

The researchers created a system where you and an AI don't just chat randomly. Instead, you both speak a very specific, structured language.

Imagine you are filling out a Mad Libs style sentence, but every word you pick has a specific job to do. The sentence looks like this:

"Players [Adverb] [Verb] [Noun] in a [Adjective] environment."

Here is what that means in plain English:

  • Noun (The Topic): What are we learning? (e.g., "fractions" or "ancient Rome").
  • Verb (The Action): What are the students actually doing? (e.g., "calculating" or "exploring").
  • Adverb (The Rules): How well do they have to do it? (e.g., "quickly" or "carefully"). This sets the difficulty.
  • Adjective (The Vibe): What does the world look like? (e.g., "futuristic" or "realistic").

How the Tool Works (The Three Steps)

The tool guides you through three phases, like building a house:

1. The Blueprint Phase (Requirement Extraction)
Instead of just saying "I want a game," the AI asks you specific questions to fill in that "Mad Libs" sentence.

  • AI: "What specific skill should they learn?"
  • You: "Adding fractions."
  • AI: "How fast should they do it?"
  • You: "Under 30 seconds."
  • Result: The AI locks these choices into the sentence structure. This ensures you are the boss of the intent.

2. The Translation Phase (The Magic Bridge)
This is the coolest part. The AI takes your "Teacher Sentence" and instantly translates it into a "Game Sentence" using the exact same structure.

  • Your Sentence: "Students quickly add fractions in a chaotic kitchen."
  • AI's Game Translation: "Players rapidly combine ingredients in a messy kitchen."

The tool highlights the words in different colors so you can see exactly how "adding fractions" became "combining ingredients." If you don't like the "messy kitchen" part, you can tell the AI to change the "Adjective" slot, and it will instantly rewrite the game description to match. You aren't guessing; you are editing the blueprint.

3. The Construction Phase (Language Development)
Once you are happy with the sentence, you can click a "Zoom In" button. The AI expands that one sentence into a full paragraph describing the game, and then even writes pseudocode (a simple, human-readable version of computer code).

  • Think of this as the AI handing you a detailed instruction manual and a rough sketch of the wiring, which you can then give to a professional game developer (or a coding tool) to build the real thing.

Why This Matters

Most AI tools are like ordering a pizza: you say what you want, and they give you a pizza. If you don't like the cheese, you have to throw the whole thing away and start over.

This tool is like cooking together in a kitchen.

  • You hold the recipe card (the pedagogy).
  • The AI is the sous-chef who knows how to chop and sauté (the game mechanics).
  • But you are standing right there, tasting the sauce. If it's too salty, you say, "Add less salt," and the AI adjusts just the salt, not the whole dish.

The Bottom Line

This research shows that we don't have to let AI take over education. Instead, we can use AI as a translator that turns our teaching goals into game rules, while keeping us in the driver's seat. It makes sure the game actually teaches what we want it to teach, without needing to be a computer programmer to do it.