← Reddit

GOT BORED OF BLOCKED GAMES SO MADE MY OWN WITH CLAUDE

Reddit · sunnyorygun · April 28, 2026
A student developed a video game called Neon Dodge using Claude AI after growing frustrated with blocked games in class, spending an entire weekend with AI assistance on coding, testing, and design work. The game features a blue player dodging falling neon blocks in normal and hardcore modes with multiple waves and two bosses, with a typical playthrough taking about 10 minutes.

Detailed Analysis

A student frustrated by school network restrictions on gaming websites turned to Claude, Anthropic's AI model, to build an original browser-based game called NEON DODGE, now publicly accessible at neondodgegame.lovable.app. The game features a blue player character that moves and dashes to avoid falling neon blocks, includes multiple block types, distinct wave patterns, two boss encounters, and two difficulty modes — Normal and Hardcore. The creator spent an entire weekend on the project, emphasizing that while Claude handled the code generation, substantial effort went into testing, iterative feedback, and precise description of desired features. The result is a complete, self-contained arcade experience with an estimated ten-minute Normal mode run and a Hardcore mode the developer has yet to clear personally.

The project is a direct, real-world demonstration of what AI practitioners call "vibe coding" — a workflow in which a user describes desired functionality in plain language and an AI model like Claude generates functional, deployable code in response. Rather than simply prompting Claude for a single output, the student engaged in an iterative process of testing and refinement across multiple sessions, which reflects how effective AI-assisted development actually operates in practice. This mirrors documented workflows seen in more formal development contexts, such as the creation of full roguelike titles like *Dice Rush* using Claude Code with Unity, where structured prompting over several days produced a commercially viable product. The key distinction in both cases is that the human contributor's role shifts from writing syntax to articulating intent, debugging outputs, and directing creative decisions.

The significance of this use case extends beyond one student bypassing a school content filter. It illustrates how Claude is dissolving the traditional prerequisite knowledge barrier to software creation, enabling individuals with zero formal programming background to produce functional, polished interactive experiences. Anthropic's Claude Code platform reached a $2.5 billion annualized revenue run rate by early 2026, signaling that this kind of technical accessibility has substantial and growing market demand. The game's deployment on Lovable — a no-code/AI-code hosting platform — further reflects a maturing ecosystem of tools designed to take Claude's code generation outputs and make them immediately publishable without additional infrastructure knowledge.

Broader trends in AI-assisted game development reveal a split between hobbyist use cases like NEON DODGE and professional augmentation workflows. Industry data suggests approximately 57% of Claude's technical usage in game development falls into augmentation rather than full automation — helping developers with debugging, gameplay balancing, and design reasoning — rather than replacing the developer entirely. The student's post, however, represents the lower end of that spectrum, where Claude functions not as a co-pilot to an experienced developer but as the primary technical executor for a non-developer with a clear creative vision. This democratization dynamic is precisely what makes the interaction notable: it compresses what would historically have required months of learning and development into a single weekend, producing a game sophisticated enough to include multi-phase boss encounters and dual difficulty systems.

The creator's open question to the community — whether players prefer short arcade experiences or longer games with multiple bosses — also signals an emerging feedback loop that AI-assisted developers are beginning to navigate. Without formal game design training, vibe coders like this student are turning to crowd-sourced design wisdom to compensate for the experiential knowledge gaps that traditional developers accumulate over years. This dynamic suggests a coming wave of AI-native game designers who are highly capable of execution but increasingly reliant on community input and iterative AI refinement for design depth, pointing toward a broader cultural shift in who gets to make games and how collaborative the process of doing so becomes.

Article image Read original article →