Developer Builds Browser RPG in 9 Days Using Claude Code and Godot

Rapid Game Development with AI-Assisted Workflow
A developer recently built a complete browser-based game in just 9 days using Claude Code within a broader AI-assisted development workflow. The project demonstrates how AI tools can accelerate development timelines when integrated into a human-driven toolchain.
Project Details
The game, titled "Civic Nightmare," is a short satirical browser RPG that parodies bureaucracy, spectacle, political power, and tech ego. The developer describes it as intentionally strange, compact, and browser-based. What makes this project particularly notable is that it was the developer's first time using the Godot game engine.
The development approach emphasized human + toolchain collaboration rather than AI automation alone. As the developer states: "This is not really a post about 'AI made a game.' It's a post about how a strong human + toolchain workflow can compress idea, experimentation, and execution into something real, playable, and oddly alive."
Technical Stack
- Game Engine: Godot (first-time use for the developer)
- AI Tool: Claude Code
- Workflow: Multi-tool AI-assisted build loop
- Development Time: 9 days
- Platform: Browser-based (playable on web)
Key Takeaways
The project showcases how AI coding assistants like Claude Code can help developers quickly learn new technologies (in this case, Godot) and rapidly prototype complete applications. The 9-day timeline from concept to playable game demonstrates the compression of development cycles possible with well-integrated AI tools.
The game is available to play at: https://baconet.itch.io/civic-nightmare
📖 Read the full source: r/ClaudeAI
👀 See Also

Hacking Multi-Agent Orchestration into OpenClaw: A Developer's Experience
A developer modified OpenClaw's core runtime to implement true multi-agent orchestration after discovering that agents were faking collaboration. The changes included parent-child agent spawning via sessions_spawn/sessions_yield and parallel execution on separate threads.

A TDD Development Flow Using AI Agents for Website Projects
A developer shares their workflow for building websites using AI coding agents with TDD, detailing setup steps, iterative processes, and specific commands for running tests with local models like Qwen3.5-27B.

Siri Integrated with Claude Code via Telegram Bot for Personal AI Assistant
A developer built a personal AI assistant called Snoopy that connects Siri to Claude Code via a Telegram bot, enabling voice commands with persistent memory and integrations to Mac, Spotify, WhatsApp, iMessage, Calendar, browser, and files.

Developer Replaces AI Agent with Direct Playwright Script for Browser Automation
A developer used OpenClaw to spawn a Gemma 4 31B agent for browser automation via Playwright but encountered issues with incorrect API calls and timeouts. They replaced the entire agent with a 50-line script that communicates directly with Chrome, completing the task in 10 seconds.