Non-coder builds Reddit battle royale game with Claude: novelty, not complexity, is the difficulty axis
PaperDevGames · reddit · 2026-09-05
A board game/graphic designer who can't code rebuilt his Claude-built auto battler (Paper Arena Battle Simulator, on Steam in October) after v1's game.js ballooned to 5,000 lines. Key lessons from the rebuild:
- Reusable code pieces across scenes/matches instead of per-scene copies
- Separate debuggers built for Claude and for himself
- Checklists written as Claude codes, replacing stale token-wasting handoff files
- Headless systems so Claude can "see" the game without screenshots; probe tests kept separate; debug grids for UI since Claude struggled with CSS
Core insight: Claude's biggest failure was rotating trapezoids in UI — nothing in training data to pattern-match. His rule: any never-before-existing mechanic will be hard the same way. Novelty, not complexity, is the difficulty axis.
More from coding & agent
- 9 lessons from running a write-capable MCP server against 7 real APIs — Ecstatic-Hurry-635 · 2026-09-05
- Reversing Super Mario Kart without source: decompilation is verifiable, and AI thrives at it — gandamu_ml · 2026-09-05
- Dev uses GPT-6 Astra in Codex to build an explorable 3D Mysuru Palace with Blender and Three.js — OpenAIDevs · 2026-09-05
- Claude Code creator: delete your claude.md, skills and hooks every 6 months as models improve — rohanpaul_ai · 2026-09-05
- 19 latency patterns to cut non-model latency in AI applications — bibryam · 2026-09-05
- openvan-travel MCP Connector Serves Vanlife Data: Fuel, Weather, Events — modelcontextprotocol · 2026-09-05