Aesthetic Engine is two open-source tools that work together to create a fully agentic game development workflow for Godot.
The thesis is simple: if your AI agent can launch your game, observe what’s on screen, edit your code, and verify the result — you never need to leave the chat window.
The infrastructure layer. A TCP debug server embedded in your Godot project and an MCP bridge that connects it to Cursor or Claude Code. Your AI agent can screenshot, click, inspect the scene tree, profile FPS, and modify properties — all while the game is running.
What it replaces: Alt-Tabbing between editor and game window, manual playtesting, print-debugging.
The creative layer. A Godot editor plugin with a 5-pillar game design wizard. Answer questions about Goals, Rules, Interaction, Conflict, and Outcomes — then paste the generated prompt into Cursor. The agent builds a complete 1983-style CRT wireframe game from scratch.
What it replaces: Blank-canvas paralysis, boilerplate scene setup, manual CRT shader wiring.