English

Game Development as Human-LLM Interaction

Artificial Intelligence 2024-12-17 v2 Computation and Language Human-Computer Interaction

Abstract

Game development is a highly specialized task that relies on a complex game engine powered by complex programming languages, preventing many gaming enthusiasts from handling it. This paper introduces the Chat Game Engine (ChatGE) powered by LLM, which allows everyone to develop a custom game using natural language through Human-LLM interaction. To enable an LLM to function as a ChatGE, we instruct it to perform the following processes in each turn: (1) PscriptP_{script}: configure the game script segment based on the user's input; (2) PcodeP_{code}: generate the corresponding code snippet based on the game script segment; (3) PutterP_{utter}: interact with the user, including guidance and feedback. We propose a data synthesis pipeline based on LLM to generate game script-code pairs and interactions from a few manually crafted seed data. We propose a three-stage progressive training strategy to transfer the dialogue-based LLM to our ChatGE smoothly. We construct a ChatGE for poker games as a case study and comprehensively evaluate it from two perspectives: interaction quality and code correctness.

Keywords

Cite

@article{arxiv.2408.09386,
  title  = {Game Development as Human-LLM Interaction},
  author = {Jiale Hong and Hongqiu Wu and Hai Zhao},
  journal= {arXiv preprint arXiv:2408.09386},
  year   = {2024}
}
R2 v1 2026-06-28T18:15:48.251Z