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

Developer builds macOS banking app with Claude Code in 6 weeks
A developer created simplebanking, a free open-source macOS menu bar app for German banks using Claude Code. The app shows live balances across multiple accounts, provides transaction search, subscription detection, and keeps all data locally.

OpenClaw agent demonstrates model escalation workflow with Claude Opus
A developer describes how their OpenClaw agent recognized when Codex GPT-5.4 was stuck on a coding task, escalated the problem to Claude Opus 4.6 via Antigravity, discussed the solution, then returned to complete the work autonomously.

Using MCP Servers to Connect Claude to Live Databases for On-Demand Analysis
A developer built an MCP server for CybersecTools, connecting Claude to a database of 10,000+ cybersecurity products, enabling live data analysis instead of traditional dashboards. The server provides 40 tools for comparing vendors, analyzing market categories, and checking NIST CSF 2.0 coverage.

Reddit user shares system for using Claude as a work operating system
A Reddit user describes moving beyond using Claude like a search engine to implementing a 10-step system with specific folder structures, file types, and interaction methods that treat Claude as a primary work operating system.