Vigyata.AI
Is this your channel?

I "Built" a Game in an Hour and Why I Think That's a Problem for Self-Hosting

2.6K views· 152 likes· 7:37· Mar 25, 2026

🛍️ Products Mentioned (11)

I Built a Game in an Hour and That's a Problem I was doom-scrolling Reddit while sick and found a link to 100 Jumps (https://100jumps.org/), an addictive browser game where you charge and jump across 100 platforms. After playing it for way too long, I wondered: could AI build a version of this from scratch? So I opened Claude and typed one prompt. An hour later, the game was deployed on my server in a Docker container with its own domain. I wrote zero lines of code. In this video, I walk through the full process of building a complete browser game using nothing but AI, from the initial prompt to adding enemies, sound effects, and a life system, all the way through packaging it in Docker and deploying it. But more importantly, I talk about why this should concern anyone in the self-hosting community. Play the game: https://game.dbtechreviews.com/ Original game: https://100jumps.org/ #ai #claudeai #gamedev #nocode #vibecoding #selfhosted #docker #webdev #coding #aicoding #javascript #indiedev #techexperiment #100jumps Subtitles by WinWhisper /=========================================/ ✅ Amazon Wishlist: https://dbte.ch/amznwishlist Get early, ad-free access to new content by becoming a channel member, or a Patron! ✅ https://www.patreon.com/dbtech ✅ https://www.youtube.com/channel/UCVy16RS5eEDh8anP8j94G2A/join All My Social Links: ✅ https://dbt3.ch/@dbtech Join Discord! ✅ https://discord.gg/M9J6hFq /=========================================/ ✨Ways to support DB Tech: ✅ https://www.patreon.com/dbtech ✅ https://www.paypal.me/DBTechReviews ✅ https://ko-fi.com/dbtech ✅ Cashapp: https://cash.app/$dbtechyt ✅ Venmo: https://venmo.com/dbtechyt ✨Come chat in Discord: ✅ https://dbte.ch/discord

About This Video

I’ve been pretty sick the last couple weeks, and during some top-tier doomscrolling I stumbled onto a little browser game called 100 Jumps. It’s one of those “why is this so hard” games where you hold space to charge, release to jump, and try to make it across platforms without falling. After wasting way too much time on it, I decided to see what would happen if I asked AI to build my own version from scratch—so I opened Claude, dropped a single prompt with the link, and let it rip. What I got back was honestly wild: a full HTML canvas game with a title screen, physics, trajectory preview, particle effects… the whole deal. From there, I basically just described what I wanted—moving platforms, sound effects, a perfect-landing streak that earns extra lives, and eventually enemies like orbiters and chasers—and I only stepped in to report bugs. Once it felt good, I had Claude package it into Docker (NGINX, compose, entrypoint, even an env var for the site title), pushed it to my self-hosted Git, and deployed it on my server with a domain. And that’s where my concern kicks in: this took about an hour, I wrote zero lines of code, and that’s a problem for self-hosting. If non-devs start shipping AI-built apps with no real code review or security mindset, we’re going to get flooded with projects that are risky, unsupported, and dead-on-arrival the second something breaks.

Frequently Asked Questions

🎬 More from DB Tech