Steam City: A 3D Pixel-Art Map of Your Steam Library Built with Claude Code

Someone built a 3D pixel-art city from your Steam library using Claude Code. It's called Steam City — paste your Steam ID or profile URL and it generates a city where each building is a game.
How It Works
- Playtime hours determine building height
- Library size determines city width
- Games you actually play have lit windows
- Your backlog sits in the dark, unplayed
Features
- Shared world with 1,000+ players — fly through everyone's buildings
- Leaderboard ranked by gaming shame
- "Shame report" calculates exactly how much money you wasted on games you never launched
- Battle friends — who has the bigger backlog?
- Customizable building with cosmetics
- Downloadable cards of your stats
No Signup Required
Just your Steam ID or profile URL. No signup needed unless you want to claim your building.
Built with Claude Code, inspired by Git City (which does similar visualization for GitHub profiles). Check it out at thesteamcity.com.
📖 Read the full source: r/ClaudeAI
👀 See Also

RalphTerm: ralph-style loop for Claude Code with cross-review sessions from different agents
RalphTerm is an open-source Rust CLI that runs a ralph-style outer loop around Claude Code: it takes a markdown plan, executes tasks in fresh interactive sessions, and runs cross-review with a different model (e.g., Codex) in separate fresh sessions, feeding issues back into new implementer sessions.

Flash-MOE Benchmark on M5 Max: 12.99 tok/s with Qwen3.5-397B
A benchmark of the 397-billion-parameter Qwen3.5 model running locally on a MacBook Pro M5 Max with 128GB RAM achieved 12.99 tokens per second using 4-bit quantization and cache-io-split 4, three times faster than the original 48GB benchmark.

memv MCP Server: Persistent Structured Memory for AI Agents
memv, an open-source Python memory layer for agents, now ships with an MCP server. It provides five tools for persistent, structured memory with per-user isolation and LLM-optional extraction.

Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste
Prompt-mini is a Claude Code plugin that intercepts vague prompts before execution, asks clarifying questions, and builds structured prompts with stack detection and specific rules for 40+ frameworks. The tool addresses 35 credit-killing patterns like missing scope, stop conditions, and file paths.