Developer Uses Claude AI for C++ Game Development in Unreal Engine

A developer on r/ClaudeAI shared their experience using Claude AI for game development in Unreal Engine with C++. After switching from Gemini, which "shat the bed after 1 week," they used the lowest paid tier of Claude with Opus extended for planning and Sonnet for implementation.
Project Details
The developer is working on their second game, a cyberpunk city-builder using fully procedural generation, all coded in C++ through the web interface. Their first game was built entirely with Unreal Engine blueprints since they couldn't code in C++ previously.
Workflow and Results
They report making "months of progress in just weeks" using Claude. Specific implementation details include:
- Replacing Epic's Fab Marketplace assets with Claude-generated code
- Building an AI traffic controller with distance-based ticking
- Implementing frustum culling (removing what you can't see)
The developer notes they were able to do this for free through Claude, raising concerns about the future of game asset sales.
Usage Patterns
Initially, they frequently exhausted daily and weekly limits. Now with Claude Projects and starting new chat windows for every new topic (even small ones), they haven't reached limits with the 4.6 models. They also mention Claude occasionally acknowledges its ignorance and warns not to trust it.
Important Context
The developer emphasizes they're a "vibe coder" with 2 years of Unreal Engine blueprints experience, which provided the fundamental knowledge needed to architect projects, manage development, and provide accurate feedback to Claude. They note this approach isn't suitable for complete beginners without UE experience.
📖 Read the full source: r/ClaudeAI
👀 See Also

Built a Daily YouTube → LinkedIn Pipeline with OpenClaw: Architecture, Gotchas, and Lessons Learned
A developer shares the architecture of an OpenClaw skill that scrapes 30 YouTube channels daily, analyzes transcripts via LLM, and writes to Google Sheets. Details key gotchas like Apify async vs sync, Codex idle-turn watchdog, and ARG_MAX limits.

Developer Implements AI-Ready Feedback Loop for Feature Shipping
A developer built a feedback system that captures app context and automatically generates structured GitHub issues, then uses Claude Code with a triage skill to turn those issues into scoped development tasks. Two features were shipped using this workflow from mobile devices.

Building a Pigeon Deterrent Water Turret With Claude AI — Zero Code Written
A developer built an automated water turret to deter pigeons using Claude AI for schematics, code, and component selection — without writing a single line of code.

Using Claude as a Structural Interrogator for Creative Projects
A developer used Claude interrogatively to write a 63,000-word sci-fi novel and build a browser game by having the AI identify gaps in world logic and character motivations rather than generating content directly.