Google Play doesn't ban AI-generated apps or games. What it enforces is the same functionality and content bar every app has to clear, and AI tools don't get a pass on either one just because a human didn't type every line by hand. Most rejections tied to "AI" are actually ordinary policy violations that AI made easier to accidentally ship.
The functionality bar doesn't move
An app generated quickly still has to be a real, working app: it has to do what its listing says, it can't be a thin wrapper with no functionality of its own, and it has to survive normal use without crashing. Review doesn't ask "did AI make this," it asks "does this work," and a game that was AI-assisted but plays fine clears review the same as one that wasn't.
The part that's actually specific to AI
Where AI does raise a specific flag is generative features exposed to the player, an in-app chat, an image generator, anything that produces content live rather than shipping pre-made. If your game lets players generate content through a model at runtime, you're responsible for that output the same way a forum is responsible for moderation: restricted content (certain categories are hard blocked across the board) can't be reachable through your feature, disclaimer-free or not.
Where teams get caught off guard
Not by making an AI-assisted game. By exposing an open-ended generative feature (a "describe anything and see it appear" mechanic) without any content filtering layer, and discovering during review that an unfiltered prompt box is treated as your responsibility, not the model provider's. If a feature in your game lets a player type free text into a generator, budget time for a moderation layer before submission, not after a rejection.
The practical takeaway
Ship a game that works, disclose AI involvement where Google's current developer policies ask for it, and if you expose live generation to players, filter it. That's the entire policy in practice. The specifics move fast enough that checking the current Play Console policy page before submission is worth five minutes, this article is a map, not the territory.