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

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.

Automating a Daily AI News Podcast with Claude Code and Three AI Agents
A developer built a fully automated podcast pipeline using Claude Code to orchestrate three specialized AI agents that curate AI news, write narration scripts, fact-check content, and generate audio with voice cloning. The system publishes daily episodes with minimal manual intervention.

Building Custom Image Analysis Skills in OpenClaw with Local Models
A developer created a custom OpenClaw skill to analyze images using Qwen2.5 VL running locally via Ollama on Windows 11 with WSL, bypassing the WebUI's image limitations through API calls and custom scripts.

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.