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

How Meeting Context Enhanced the Utility of My AI Claw: A Practical Insight
Integrating meeting context into AI claws enhances their usefulness in virtual environments like Google Meet and Teams.

Project James Sexton: Building a Legal Assistant with OpenClaw and Claude
A developer is building a legal assistant using OpenClaw and Claude API to automate document processing during a divorce trial. The system monitors email, downloads PDFs, analyzes documents with Claude, finds reply forms, generates responses, and prints drafts.

Running a 6-agent behavioral coaching pipeline on self-hosted Qwen3 235B with vLLM
A developer built a 6-agent cognitive pipeline for behavioral coaching running entirely on self-hosted Qwen3 via vLLM, using Qwen3 30B on 2x RTX 4090s for development and Qwen3 235B on RunPod A40 pods for production.

Claude Code Agent Teams Build Micro SaaS Products in 4 Hours Using Obsidian Vault
A developer built an end-to-end system where Claude Code agent teams handle the complete SaaS lifecycle from idea discovery to deployment in 4 hours. The system uses an Obsidian vault as persistent memory and specialized agent teams for research, validation, development, and distribution.