Claude Code plus an Unreal MCP server produced a playable Souls-like boss fight in 72 hours
An r/ClaudeAI post (141 comments) documents building a playable Souls-like boss encounter in Unreal Engine 5.8 in 72 hours, with Claude Code driving the work through an Unreal MCP server. Claude inspected the project, read and modified existing Blueprint logic, wired weapons, set up boss AI, and handled dynamic camera switching from prompts like "here's the boss, here's the player, connect this weapon, check the Blueprint setup, switch the camera when the fight starts." Asset work stayed manual plus 3DAIStudio. The transferable point is that MCP against a live engine editor lets the model read existing visual-scripting state rather than only emitting text, which is where most game-engine agent attempts stall.
Source
↳ Follow the thread