Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- > old school
> 2012
sigh
by tantalor - > Why not? I think because it wasn't a good business decision to compete with me.
The owner of Pinboard has a great story about this:
"I ended up buying a competitor. Why? Because his choice of tech stack + server footprint cost more than mine. The consequence of this was that even with each of us charging the same price. I was profitable and he was not.
Do not try to compete against Pinboard"
by alexpotato - I have been building my own game and game engine for a while now, and cannot help but see whats really happening with vibe coded game generation: and investment into the content generation pipeline.
I feel a solid game engine paired with a good content pipeline can ship games at such a rapid clup that the gameslop gets lost as the noise it is.
by RobRivera - I'm not confident that the bottleneck in quality game development is "content." I can only see this accelerating the slop and drowning out the good games in slop.by SpaceNoodled
- If you don't mind disclosing, for what type(s) of games is your game engine intended?
(Also: I agree with your assessment. I'm not working on an engine, but I am working on a game, mostly/initially just for my own edification. It's fun to feel empowered to create again! (My personal circumstances had obstructed me until genAI's recent progress.))
by ksaun - When I was a boy my father forbade me playing Summer Olympics on our Atari 800XL, he didn't like the crunchy noises coming out of joystick and he didn't want to pay for the repairs.by dvh
- Are there any popular/successful vibe-coded games? I suppose perhaps they wouldn't disclose that it was vibe-coded but I'm not aware of a single one.
- We would have heard about one already by now but it appears that we are still waiting.
Or maybe it is not worth the time and tokens spent to vibe code yet another Minecraft / Roblox clone that makes no money.
by rvz - I certainly can't think of any. I've gone through about 18,000 games on Steam (since I dig for hidden gems and interesting games) and the only time a vibe-coded game stood out to me was when it was so awful I did a double take.
There's so many vibe-coded roguelite deckbuilders out there and all of them look exactly the same. A bunch of shitty art with zero cohesion, mechanics that don't actually work and a UI that's actively offensive to engage with.
by fzeroracer - I've been lurking on the aigamedev subreddit and testing out the demos people have been sharing, as this would be the place where people most enthusiastic about vibe-coding games post and everything I've seen has been immensely underwhelming. The problem with these games fall into the following categories:
- An utter lack of animation. So many games feature mostly static images.
- AI assets make the game's art style feel horribly incohesive. I played a TCG game where there were high fantasy art, chibi 2d art, anime art, seemingly used haphazardly.
- Bad UX. For example, in the same TCG game, all of the cards had very fancy artwork generated, but the game board itself was far away enough that the made the cards look like blobs on the board.
- Buggy mechanics: There was this guy why shared a platformer generated by fable where you move a lamp to create a shadow path. The character had very awkward movement, would constantly get stuck/unstuck, and would be hard to control.
- Broken mechanics: A lot of games featured exploits that just rendered the game boring to play
- Poor balancing
- Lack of ovararching game structure: no story, no meta-progression, no world-map. These AI games tend to be isolated experiences.
I don't see the masses creating quality, sellable games anytime in the near future. There are so many aesthetic qualities to a game that have direct human bottlenecks. AI can even make games significantly worse as you can seemingly implement many bad mechanics without validating them. Good game devs seem to be relentlessly pruning out the things that down work.
by uludag - Games were filled to the brink with asset flops and low effort titles long before LLMs. I've personally contributed 13 or so.by dvh
- I've started trying to make some vibe coded games.
The best analogy to use is AI image generation e.g.
- someone posts a photo made with AI and your reaction is "that's amazing!"
- then you generate an image and it's pretty good but not exactly what you want
- then you try to get the AI to change the image to what you want and it's very difficult/requires a lot of steps
More specifically, you can easily spin up a game and parts of it are great. e.g. I made a game where you run a Soviet tractor factory [0]. The AI came up with some good mechanics and funny scenarios ("inspector comes to visit from Moscow: bribe him" etc). But the game mechanics are "off", the humor doesn't always work, you need to gametest A LOT etc.
by alexpotato - > Are there any popular/successful vibe-coded games?
Fair question... I'd even go as far as broadening the scope :
Are there any popular/successful vibe-coded anything?
And by popular/successful I don't mean bought Github stars from other GenAI/LLMs related project as it's been a demonstrated practice https://awesomeagents.ai/news/github-fake-stars-investigatio... for that specific domain now.
by utopiah - Turns out making a game, even with full help of the LLM power is still a massive effort most people won’t go through.
Even simpler but non-trivial programs require a lot of back and forth. So in the end it will be the same kind of motivated people that will be able to produce something good. We’re nowhere near “Claude, build me GTA6”
by yoz-y - Look at steam releases. May 2025: 1727. May 2026: 1875
A year over year increase matching the same trend that has existed since 2017. The same pattern holds for every month this year except March (where there was an increase year over year of about 600 games).
If you’ve ever been to a game dev forum, you’ll see that there are at least 10x as many people who want to make a game as there are people who have made a game (it’s probably much higher than 10x).
If games were easy to vibe code, or if AI speed up game dev 10x, I would expect it to almost immediately show up as a flood of games on Steam.
by sarchertech - I always enjoy hearing the thoughts of someone who took a slightly different path (indie game development being a favourite), and isn't committed to advancing some thesis -- pressing me to love this or hate that. It feels like it gives my brain a chance to step back from dopamine- or rage-induced habits and just... connect with other people.
I don't know what will happen either. I hope that you and I and other hardworking, basically good people will continue to have a somewhat meaningful, somewhat pleasant existence in the post-AI world, and I think that might be possible, but I just don't know.
- To have this simple comment revealed, alone, five years ago, as a glimmer of a future approaching.by jensmtg
- I started building a VR game during COVID and released it 2024. When it released, I was using GPT and Copilot to add a lot of quality-of-life stuff (like visual juice) faster.
Yesterday, I finally got around to setting Opus 4.8 on the codebase. It was able to find and correct numerous subtle performance issues.
Features I could no longer spend time implementing, it could one-shot in roughly 10 minutes (not without issues). I could also fan out agents to work on multiple things at once.
One thing I found is that the knowledge I gained from doing things by hand greatly helped reject bad AI generated ideas. For example, my game is a starfighter flight sim and one idea was to tick AI collision detection checks lower the further AI ships were away from the player, which for a flight simulator leads to a lot of crashing into the terrain. A great idea for an FPS, but a terrible idea for a flight sim where enemy ships are often very close to the terrain.
My takeaway is that we are in a golden era where we currently have projects that are half human coded, where AI can pickup the slack. But soon we will be in the Dark Ages where AI generates all the code, and the end result will be much worse as the devs begin to lose an understanding of what they are creating.
by LarsDu88 - I recently tried to learn gamedev with Claude as a tutor of sorts. It didn't end well. Claude confidently led me off a cliff and I had throw the whole thing in the trash. It seems there's just no shortcut around learning stuff the hard way. When I've got enough reps in to be able to tell smart vs. stupid decisions, I imagine it'll be a lot more useful, but at this point I suspect AI is far from being good enough to get us into your described Dark Ages.by Zarathruster