Building a Pixel-Art JRPG with Claude Code: A Developer's Workflow and Stack

A developer has shared their experience building a complete pixel-art JRPG called Bakemachi using Claude Code. The game is designed for learning Japanese and includes a playable demo with most core gameplay elements implemented.
Project Details
The game features overworld exploration, NPC dialogue with interactive vocabulary, mini-games, a combat system, quest tracking, and supports touch, keyboard, and controller input. The playable demo runs for approximately 10-15 minutes and is accessible at https://bakemachi-steam-demo-production.up.railway.app/ (hit "New Game" to start).
Technical Stack
- Frontend: Vite + React + TypeScript
- Game Engine: Phaser 3 handles the game canvas (tile-based movement, sprites, animations)
- State Management: Zustand bridges Phaser and React
- UI: React renders all overlays (dialogue, menus, HUD, combat, mini-games)
- Assets: Mostly hand-crafted or purchased, with some "pixel-art" assets generated by Nano Banana
Claude Code Workflow
The developer used Claude Code (Opus 4.6) for the entire project, noting they are not a game developer and this is their first game. Their workflow involved:
- Describing requirements in natural language
- Reviewing Claude's code output
- Playtesting
- Iterating based on results
Key Observations About Claude Code
- Complex Changes: Claude handled multi-file changes effectively, such as adding a combat system that touched approximately 8 files across stores, components, config, and Phaser scenes, getting the architecture right on the first pass.
- Context Management: Opus 4.6 performed better with long context than previous versions. The developer maintained claude.md and progress.md files to enable seamless session switching.
- Debugging: Claude excels at debugging when provided with screenshots or descriptions of visual bugs, tracing through code and fixing issues quickly. However, it sometimes struggles with micro-specific front-end tasks like element positioning.
The developer plans to release the game on Steam, iOS, and Android eventually and is seeking feedback on both the game and their Claude Code workflow.
📖 Read the full source: r/ClaudeAI
👀 See Also

Understanding AI Agent Autonomy in Real-World Applications
Anthropic's recent research analyzes millions of human-agent interactions to measure the autonomy of AI agents like Claude Code in various domains.

Replicating Anthropic's Generator-Evaluator Harness with Kiro CLI: A 12-Iteration Website Build
A developer replicated Anthropic's multi-agent Generator-Evaluator harness using Kiro CLI, running 12 adversarial iterations to build a marketing website without writing any code manually. Key takeaways include zero shared context, Playwright-based visual evaluation, and penalizing generic AI design patterns.

Claude Code Ships Complete Multiplayer Game from Half-Finished Project
A developer used Claude Code to complete a competitive estimation game called Closer, adding real-time multiplayer via Supabase Realtime, ELO ranking system, daily challenges with percentile rankings, behavioral analytics dashboard, client-side routing, and confidence calibration tracking.

Multi-Agent AI Teams Using Context Baptism to Improve Code Reviews
A developer running 18 generations of AI agent teams discovered that agents who read letters and retrospectives from previous generations write significantly better code reviews than those who only read the code, calling this practice 'Context Baptism.'