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

OpenClaw Agent Burned $20 in API Tokens Due to Web Scraping Context Bloat
A developer building an OpenClaw agent to monitor financial sites accidentally consumed $20 worth of API tokens in a few hours by fetching Yahoo Finance pages that included 609,000 tokens of extraneous HTML like nav bars and cookie banners in the context window.

Using OpenClaw on Raspberry Pi as an AI hardware lab for device management
A developer runs OpenClaw on a dedicated Raspberry Pi to manage hardware devices through Discord, handling firmware flashing, troubleshooting, and system operations via subagents with guardrails like backups and rollback paths.

Controlling Claude Code via WhatsApp with Channels Feature
A developer connected WhatsApp to a running Claude Code session using the Channels feature (v2.1.80+), enabling text messages, voice notes with Whisper transcription, and voice replies with OpenAI TTS to interact with the same CLI session.

Developer Ships Steam Game with Claude Code: Lessons on Vibe Coding vs. Vibe Engineering
A developer shipped Codex Mortis, a necromancy-themed bullet hell game on Steam, using Claude Code for AI-assisted development. The project required two complete rewrites after the initial prototype, highlighting the gap between prototype and production.