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

Building an AI Layoffs Tracker with Claude Cowork: Practical Implementation Details
A developer built a live, interactive layoff tracker that scrapes and displays companies citing AI as a reason for job cuts in 2026, using Claude Cowork to generate table structures, debug filter logic, and optimize mobile accessibility.

A Non-Coder's File System Project Management Setup for Claude Desktop
A Reddit user shares their system for using Claude's Chat with Filesystem and Cowork features to manage multiple long-running projects. The setup uses a standardized directory structure with WORKFLOW.txt as the entry point and includes specific project instructions for maintaining continuity across sessions.

Claude Word Add-in: Parallel Processing of 100+ Page Legal Documents and Multi-Sheet Spreadsheets
Users report syncing multiple 40-100+ page legal documents and 10-worksheet spreadsheets in parallel via the Claude Word add-in, with agents pushing/pulling data and ensuring consistency across entire document packages.

Student Builds Personal Wealth Advisor with Claude Code CLI
A 19-year-old student built a personal wealth advisor system using Claude Code CLI that pulls live market data, macro indicators, and news, then generates institutional-grade analysis with memory tracking. The open-source tool runs on a Claude Max subscription without API costs.