Day 10: Building a Game with Claude Code — 3,200 Players and Server Meltdown

A developer built a free-to-play multiplayer drag racing game called Neon Mile almost entirely with Claude Code. In ten days it hit 3,200 players, and the host's 100,000 daily request allowance was exhausted, causing in-game freezing. The dev posted a full feature list of what shipped since day 4.
Key Features Shipped
- Wheel to Wheel (real-time PvP) — challenge any driver in the world; both cars appear side by side on the same track, not ghost times.
- Crew system — bring friends and land in the same shared world.
- 50 new race roads — each traced from a real circuit (corkscrew, boot, mountain switchbacks), with a daily payout for the best time on each course.
- Expanded map with mountains — real climbable terrain with dirt trails to the peak; all invisible walls removed from existing races.
- Third world: Red Planet — as large as the first, non-grid city with curved roads; unlock by collecting all rings on the green planet.
- The Elephant — a single roaming elephant in the shared world. If found, everyone is notified, finder gets paid, then it hides elsewhere.
The dev notes the multiplayer infrastructure was described out loud to Claude and implemented within days. The server limit is now the next bottleneck. The game is live at neon-mile.com.
📖 Read the full source: r/ClaudeAI
👀 See Also

Don’t Use AI to Write Things You Present as Your Own Work
James Bach argues against using AI to draft any content you claim as your own. He warns that admitting AI help devalues your reputation and treats all such work as slop.

SPLICE Benchmark Reveals VLMs Struggle with Temporal Reasoning, Rely on Language Priors
Research presented at EMNLP 2025 shows vision-language models score poorly on a video sequencing task where humans excel, with models like Gemini 2.0 Flash reaching 51% accuracy versus human performance of 85%. Models frequently rely on visual shortcuts and language descriptions rather than true visual understanding.

Claude Code adds scheduled task execution for automated workflows
Anthropic has enabled scheduled execution for Claude Code, allowing developers to set tasks once and have them run automatically without manual prompting. The feature supports daily commit reviews, dependency audits, error log scans, and PR reviews.
Claude Code v2.1.208: Screen Reader Mode, Vim Remaps, Memory Leak Fixes, and More
Claude Code v2.1.208 adds opt-in plain-text screen reader mode, vim insert-mode sequence remaps, a process wrapper for corporate launchers, and fixes dozens of bugs including memory leaks in long sessions.