From Zero Code to 25M Game Plays: A Non-Engineer's Journey Building with Claude + Cursor

✍️ OpenClawRadar📅 Published: May 7, 2026🔗 Source
From Zero Code to 25M Game Plays: A Non-Engineer's Journey Building with Claude + Cursor
Ad

A developer who had never written code three months ago used Claude (through Cursor) to build three browser games at dialed.gg, accumulating 25 million plays and 200,000 daily active users. The games are free, no signup, no app required. Two of them are single 8,000-line HTML files. The third migrated to Next.js + TypeScript. Total monthly spend: ~$2K on Cursor + Claude, ~$1.5K on Vercel + Supabase hosting. No engineers, no investors — just the developer and his son.

Key Technical Details

  • Game 1 (Color): 8,000 lines of HTML, CSS, and JavaScript in a single file. Features multiplayer, daily challenges, leaderboards, anti-cheat. Hit 540K plays in the first week.
  • Game 2 (Sound): Also a single 8,000-line file.
  • Game 3 (Time): Built on Next.js + TypeScript after prompting Claude for a framework migration. Claude wrote the bulk of the code.
  • Workflow: Prompt, review, test, prompt again. No documentation reading, no learning frameworks. Claude extended the single file indefinitely until they knew enough to ask for a migration.
  • Lesson: Claude will not proactively refactor. Refactoring takes effort and tokens. The new setup might not be “right” either, but it works.
Ad

What Working Looks Like

The initial prompt for the first game was something like: “build me a memory game.” Six hours later a working game existed. Twelve hours later it was polished. The next day a database with a leaderboard was added. Two days after that, multiplayer. All through prompting Claude.

The developer notes: “Claude is happy to extend a single file forever if you let it. It won't proactively refactor. We had to know enough to ask for the framework migration when it was time.”

Who It's For

Developers — especially non-engineers or those new to coding — who want to understand the practical limits and workflow of building real-world applications with AI code generators like Claude. Also relevant for experienced devs evaluating the “single-file vs. framework” tradeoff and the cost of deferring refactoring.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenClaw Agent Implements Contextual Reminders with Relationship Nudges
Use Cases

OpenClaw Agent Implements Contextual Reminders with Relationship Nudges

An OpenClaw user built a personal agent system with contextual reminders that trigger based on calendar load, current tasks, and time of day rather than fixed schedules. The system includes an escalation ladder for reminders and uses memory tracking to suggest contacting people based on relationship history.

OpenClawRadar
Running Gemma 4 as a Local Autonomous Agent with Claude Code on 16GB VRAM
Use Cases

Running Gemma 4 as a Local Autonomous Agent with Claude Code on 16GB VRAM

A developer successfully configured Google's Gemma 4 31B model to function as a local autonomous coding agent through Claude Code CLI v2.1.92, overcoming VRAM limitations and parsing issues using llama.cpp b8672 and custom Python routing.

OpenClawRadar
Autonomous 5-Agent Claude System Replaces $3K/Month API Costs with Single Subscription
Use Cases

Autonomous 5-Agent Claude System Replaces $3K/Month API Costs with Single Subscription

A developer built a 5-agent autonomous swarm using Claude Opus 4.6 running as Discord bots on WSL2, powered by a single Claude Max subscription instead of API credits, replacing what would cost $3,000+ monthly with $100-200.

OpenClawRadar
Using Claude to Build a Structured Pokémon Search Engine from Unstructured Pokedex Text
Use Cases

Using Claude to Build a Structured Pokémon Search Engine from Unstructured Pokedex Text

A developer used Claude to analyze over 500,000 words of unstructured Pokémon Pokedex text, creating a search engine with 100+ subject themes and 8-dimensional filtering. The project involved deduplication, categorization, and building a hierarchical taxonomy for messy flavor text.

OpenClawRadar