HACKER Q&A
📣 Monotoko

Would you play AI developed games?


I had children relatively recently so have gone into mobile games, and unfortunately every game I've tried is pretty much filled with ads and microtransactions - even ones that you can play entirely offline.

With the frontier AI models I've been attempting to recreate some of these games and I've managed it with some of the simpler ones.

I'm not going to release them and they're just for me with my preferences built into them but it got me thinking if there's possibly a "good" side to this, games without microtransactions and moneytization at every corner again because games don't cost as much to make?

Again I'm just thinking simple mobile games here, I don't think AI generated games could touch the PC/A/AA/AAA market


  👤 ben_w Accepted Answer ✓
I've experimented with them, I think current models could replicate (with just a few prompts and on the free tiers) the "interesting mechanic rather than complex levels" kind of content I saw on Kongregate circa 2010.

Right now, they are pretty bad at balance, so you'd have to do that yourself. Last I tried they were awful-bordering-useless at level design, you must do that yourself.

I'd suggest not having any graphics come from an AI if you can avoid it. They're… annoyingly still in the uncanny valley.

By way of relevant example, here's one I made. Code and images were generated at least in part by an AI, mostly ChatGPT, the music was from a procedural generator I made myself in 2009 for shareware games I wrote back then. But I had to edit the images by hand because a significant fraction of the time "transparent background" an image with a white-grey checkerboard background, and all of the time "pixel art" was still a megapixel image. Oh, and the background didn't actually tile. And the achievements were even more generic. And the distribution of aliens in each level, and how weapons upgraded, just wasn't fun until I fiddled with it.

As a forewarning, there is a bug in the music player which can be painful to listen to when it triggers. I do not recommend vibe-coding something to parse and play MIDI, you should use something built into the browser like MP3 instead:

https://benwheatley.github.io/JS-game-engine/JS%20game%20eng...

More recently I've made a tower defence game, but I've not uploaded it anywhere.


👤 joehabeebs
I grew up playing flash games on sites like miniclips or addictinggames.

IMO there's no strong reason why games should or shouldn't be created using AI (entirely or even partially). There's a few software companies after this space but I think the issue you run into is monetization -- I'm probably never going to pay to play a flash game equivalent, and im pretty confident that's the majority of people which leaves ads and microtransactions as the dominating paths to profitability.


👤 scenic
Who do I work for, the fbi or the cia, please?

👤 minimaxir
People will play AI-develped games, the problem is marketing them to a playerbase that is very vocal and hostile about it.

👤 OsrsNeedsf2P
It's 2026. Every game has AI generation somewhere on the process

👤 blinkbat
Code yes. Art no.

👤 OlavKoefoed
In my eyes generative AI opens a lot of doors for people (such as yourself) that have a creative spark and wish to create/develop without monetisation being a concern or priority.

Creating something that can be beneficial, interesting, or simply just a way to pass by time, without financial motive, is in many if not most cases truly rewarding in and of itself. Especially when you consider that most people would prefer no ads and/or micro-transactions, which is often not the case in today's world.

One obstacle to be aware of, if you ever find yourself working on something you become passionate about and would like to release, is that Apple (Possibly other mobile app marketplace providers as well) are constantly introducing more ways to crack down on AI generated apps (In slang terms: AI slop).

Just some of my thoughts on a most relevant topic that you have brought up. Definitely interesting to read about any apps you have recreated/attempted to, if you're willing to share:)