← Reddit

Had leftover quota about to expire, so I "wasted" it building a flight game out of my GitHub contribution graph

Reddit · Clear_Reserve_8089 · July 12, 2026
A developer created a 3D flight game using leftover API quota, transforming GitHub contribution data into a virtual city where building heights represent daily commit counts over a 12-month period. The first-person cockpit game rewards players for flying through buildings rather than above them, accepts any GitHub username to generate personalized cities, and is playable online with mobile support through tilting controls.

Detailed Analysis

A Reddit post in r/ClaudeAI describes a developer's decision to spend down leftover Claude subscription quota before it expired by building an unusual side project: a 3D flying game that transforms a user's GitHub contribution graph into a navigable city skyline. The tool, hosted at skyline-run.vercel.app, converts each day of commit activity over the past year into a building, with taller structures representing more prolific coding days. Players fly a first-person cockpit through the skyline, earning points for near-misses rather than safe altitude, and crashing triggers a readout of the exact date, commit count, and weekly activity chart responsible for the collision. The tool accepts any GitHub username, works on mobile via tilt controls, and is fully open-sourced on GitHub.

What makes the project notable isn't the game mechanic itself but the production method: the developer states they wrote zero lines of code, with the entire application generated in what's described as a "one shot" by an AI coding assistant. This reflects a growing trend among developers experimenting with Claude's coding capabilities to see how far a single, well-scoped prompt can go in producing a complete, deployed, interactive web application — complete with 3D rendering, physics-like collision detection, data visualization, and cross-platform input handling for mobile devices. The fact that this was built specifically to "burn" unused subscription quota before expiration also speaks to how developers are treating AI coding credits as a consumable resource worth maximizing, even for whimsical, low-stakes projects rather than production work.

This kind of post is emblematic of a broader shift happening across AI coding communities in 2025 and 2026: the barrier between "having an idea" and "having a working, shareable product" has collapsed dramatically. Turning a mundane developer artifact — the GitHub contribution graph, itself a gamified visualization Microsoft introduced years ago to nudge coding consistency — into a novel, playable experience is exactly the kind of rapid, low-cost experimentation that one-shot AI code generation enables. Where such an idea might once have taken a weekend or more of manual Three.js/WebGL work, it now becomes a quota-burning afternoon project, open-sourced and shared within hours.

The broader significance lies in what this signals about the maturation of AI coding assistants for creative, non-critical-path applications. Tools like Claude Code are increasingly being used not just for enterprise software or debugging but for playful, personal-scale generative art and games, lowering the threshold for non-specialist or time-constrained developers to ship polished interactive experiences. It also highlights an emerging behavioral pattern among subscribers to usage-capped AI plans: rather than letting unused quota lapse, users are treating it like a "use it or lose it" resource, prompting spontaneous creative output that might not otherwise exist. As AI coding tools continue to compress the cost of building software toward zero, this kind of throwaway, high-fun/low-utility project is likely to become more common — a visible signal of how thoroughly generative AI is reshaping not just professional software development, but casual, exploratory tinkering as well.

Read original article →