Developer Builds 3D Browser Game Using Claude Code Opus and Three.js

Project Overview
A developer built Traffic Architect, a 3D road building and traffic management game that runs entirely in browser. The game is available at crazygames.com/game/traffic-architect-tic.
The technical stack consists of Claude Code Opus 4.6 and Three.js. The entire project was code-generated with no external image files, 3D models, or sprite sheets. Claude Code writes JavaScript that creates all visuals at runtime.
Game Mechanics
In Traffic Architect, players design road networks for a growing city. Buildings spawn and generate cars that need to reach other buildings. Players connect buildings with roads, earn money from deliveries, and unlock new road types. The game ends if traffic backs up.
Claude Code Workflow Strategies
The developer shared specific strategies for working effectively with Claude Code:
- Planning first: Always start by making a plan before writing any code. Break work down into small, focused tasks - one thing at a time. This keeps Claude from going off track or trying to do too much at once.
- Review everything: Review every code change Claude produces. Don't just accept and move on. If something doesn't look right or there's a better approach, push back and iterate until satisfied with the solution.
- Small tasks, not big ones: Keep tasks small and specific. Vague or massive tasks tend to cause Claude to drift. Small, well-defined tasks provide more control over the output.
- Collaborative approach: Some optimizations came from the developer, some Claude suggested. The key is evaluating everything critically - Claude proposes, the developer reviews, and they go back and forth. The relationship is described as "more like working with a junior developer than hitting auto-pilot."
- Stay hands-on: Claude Code works best when staying in the loop. The cycle of pre-plan, decompose, review, and iterate keeps quality high.
The developer is open to questions about the Claude Code workflow and welcomes honest feedback on the game.
📖 Read the full source: r/ClaudeAI
👀 See Also

Content Pipeline Using Voice Notes and SCQA Structure with OpenClaw
A developer shares a content creation workflow using voice dictation with SaySo and the SCQA structure (Situation, Complication, Question, Answer) to generate more focused content with OpenClaw, reporting that the first article got 200+ adds in a few days.

Non-Coder Builds AI Prompt Diagnostic Framework with Claude Over Many Sessions
A non-coder built SMARRT, a diagnostic framework that audits AI prompts before generation, entirely through conversational collaboration with Claude over many months.

Qwen3-VL-32B-Instruct excels at multimodal flashcard grading
A developer tested Qwen3-VL-32B-Instruct for grading image-occluded Anki flashcards and found it outperformed models like Gemini 2.5 Flash, GPT 5 Nano/Mini, XAI 4.1 Fast, GLM, and Mistral models, with only ChatGPT 5.2 and Gemini 3/3.1/Claude 4+ coming close.

Porting Doom to PS3 Using Claude AI Without Programming Experience
A developer with zero C programming experience used Claude AI over 25 chat sessions to port Chocolate Doom 3.1.0 to PS3 hardware, achieving 35fps with native cellGcm API calls and custom audio/input systems.