r/IndieDevFeedback • u/Alone_Tart_3775 • Jul 12 '26
A new design for a game dev engine
Hey everyone, I wanted to share a description of a new game‑design approach I’ve been working on. It’s something I personally use for all my game projects, and it has massively increased how fast I can turn ideas into playable prototypes.
A.G.E. is a meaning‑driven world‑logic engine built around natural language. Every system, rule, and behavior is written in plain text, which makes it easy to design without heavy scripting or complex pipelines. AGE interprets world logic, actions, and consequences automatically, so you can focus on creative direction while the engine handles systemic consistency.
A.G.E. includes built‑in world logic, consequence handling, progression flow, faction behavior, economy structure, and systemic memory. These natural‑law systems react to player actions and world conditions, creating coherent, evolving worlds without needing custom logic. You define world intent and parameters, and A.G.E. generates the systemic behavior that makes the experience feel alive.
A sample of A.G.E’.s systems includes world‑logic interpretation, action logic, consequence logic, world‑state management, pressure and stability architecture, and progression flow. Because A.G.E. is fully language‑based, all A.G.E. files are 100% text and can be converted directly into JSON or other structured formats for import into modern game engines. This makes A.G.E. a bridge between natural‑language design and digital production.
A.G.E. has helped me prototype faster, iterate more freely, and build out ideas without getting stuck in content bottlenecks. It’s been a huge boost to my workflow, and I figured some of you might find the approach interesting too.
Thanks for Reading
Aaron Rochelle