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

Local Multi-Agent Setup with vLLM, Claude Code, and gpt-oss-120b on Linux
A developer created a 100% local parallel multi-agent setup using vLLM in Docker, Claude Code for orchestration pointing to localhost, and gpt-oss-120b as a coding agent on an RTX Pro 6000 Blackwell MaxQ GPU with dual-boot Ubuntu, achieving 8 agents working concurrently.

Building a Slay the Spire 2 Agent with Local LLMs: Lessons and Open Problems
A developer built an agent that plays Slay the Spire 2 using Qwen3.5-27B via KoboldCPP/Ollama, achieving ~10 sec/action and ~88% action success rate with techniques like state-based tool routing and single-tool mode, while identifying open problems like prompt consistency and tool calling reliability.

Claude Excel Add-on User Review: Practical Experience with Spreadsheet Tasks
A construction company owner reports positive results using Claude's Excel add-on for updating quote and job costing spreadsheets, noting error detection and UI improvement suggestions.

Real-World MCP Server Use Cases and Development Patterns
A developer shares their experience building an MCP server that connects to live sports data scanners, pulling odds from sportsbooks to find pricing inefficiencies in real-time. They discuss practical lessons learned about tool design and installation formats.