17-year coder built an RPG in 5 months without writing a single line himself
Campaign Forge is a tactical RPG built in the , where an AI co-author writes a chapter-by-chapter campaign story tailored to the party the player creates. The developer has 17 years of programming experience, but for this project left every code change to Claude (moving through Opus 4.6 up to 4.8, plus Fable when available). Instead, the developer's job became everything other than writing code: leading the design, reviewing every output, playtesting extensively, and writing very precise .
Two rules made this work. First, whenever the developer wanted to change code directly, they instead explained their reasoning to Claude and asked whether it was correct or whether a better approach existed, then discussed and decided together rather than editing the code by hand. Second, Claude wrote all project at every step, and this doubled as Claude's own of the project.
Not everything worked: at one point NPC dialogue was templated to save tokens on small , but this flattened every character into the same voice, so the change was reverted.
Key points
- A 17-year programmer built the Godot-based tactical RPG 'Campaign Forge' over 5 months, leaving all code changes to Claude
- The developer's own role narrowed to design, full review, playtesting, and precise
- Instead of editing code directly, the developer explained their reasoning to Claude and decided together whether it held up
- Claude wrote project at every step, which served as its own
- Templating NPC dialogue to save tokens on small flattened every character's voice, so it was reverted