Non-Coder Builds Multiplayer Game on Steam Using Claude AI — 60k Lines, 5 Factions, 87 Abilities

A Reddit user (u/DJRaybies) with no prior coding experience just got a game approved on Steam after using Claude AI as their primary development tool. The game, ARB: Alien Races Battle, reached 60,000 lines of code — none of which the author manually wrote, though they can read the output.
Key Details
- Background: User had never written code, didn't know what Bash was, and couldn't open a terminal. They had been planning a game for years but couldn't execute until using Claude 30 days ago.
- Output: 60k lines of AI-generated code; author reports being able to read and understand the code.
- Game content: 5 factions, 62 races, 87 abilities, real multiplayer (over Steam).
- Platform support: Builds on Mac, Windows, Linux, and Steam Deck.
- Release: Early Access begins June 1. Steam keys unlock May 19.
- Steam page: https://store.steampowered.com/app/4684510/ARB_Alien_Races_Battle/
This is a practical case study in using AI coding agents (Claude) as the primary development environment. Key takeaway: the author didn't need to write code from scratch — they guided Claude to generate, review, and iterate on the entire codebase. The result is a production-ready multiplayer game with cross-platform builds and Steam integration.
For developers using AI agents, this demonstrates that deep coding skill isn't a prerequisite. What matters: being able to read and critique AI-generated code, and having a clear vision of the product.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude AI Recovers 99.94% of Data from Corrupted 12TB BTRFS Array
A developer used Claude AI to recover 99.94% of data from a corrupted 12TB BTRFS array after native recovery tools failed. Claude diagnosed a destroyed index table at 80% and manually rebuilt the filesystem tree, losing only 7MB of trash files from 8.4TB of data.

Autonomous AI employee built with OpenClaw deploys 3 products in 2 hours
A non-developer created an AI employee named Cipher using OpenClaw that built 3 products, designed landing pages, deployed them live, created Stripe payment links, and tweeted the launch in 2 hours. The system runs 24/7 on a $32/month cloud server.

Practical OpenClaw Use Cases from the Community
Developers and teams are using OpenClaw for cold outreach, SEO content automation, social media management, customer data queries, website testing, server monitoring, receipt processing, car buying negotiations, podcast chapter creation, and daily goal planning.

Forge agent autonomously fixes GitHub bug using Claude AI
A developer's Forge agent detected a GitHub bug report, triggered a pipeline, used Claude AI to analyze and fix the issue, and opened a PR—all without human intervention while the developer slept.