Back to browse
Made First Android game using Codespaces and AI, now in AdMob purgatory

Made First Android game using Codespaces and AI, now in AdMob purgatory

by apocryphal·Feb 26, 2026·2 points·0 comments

AI Analysis

MidShip It

Built and shipped a real game solo with Codespaces + AI, but the AdMob brick wall kills momentum.

Strengths
  • Shipped a complete, feature-rich game solo in two months—pause/resume, procedural music, three difficulty modes.
  • Smart opt-in ad mechanic (revive lifeline) rather than forced interruption—thoughtful monetization design.
  • Responsive mobile UI with keyboard fallback shows real multiplatform polish, not just a web wrapper.
Weaknesses
  • AdMob 'No data' production bug disables core progression mechanic; game is effectively broken at its own win condition.
  • Roguelike mechanics are well-executed but not novel—Hades, Vampire Survivors, Brotato already own the space.
Category
Target Audience

Mobile gamers who enjoy challenging roguelikes and retro pixel-art aesthetics

Similar To

Hades · Vampire Survivors · Nuclear Throne

Post Description

Two months ago, I had zero mobile development or publishing experience. I wanted to see if I could build and ship a complete game using only a browser-based workflow and AI assistance.

The process:

Built entirely in GitHub Codespaces using an AI Copilot.

Wrote the core game for the web, then wrapped it into an Android APK/AAB.

Pushed through 100+ versions to fix edge cases.

Passed Google Play review with no policy violations.

The game is a tough 2D platformer called Bionic Biome. To make the "impossible mode" bearable, I integrated a rewarded AdMob ad as a Continue/Revive mechanic. It’s an opt-in lifeline, not a forced pop-up.

Here is the weird hurdle I’ve hit: Test ads worked perfectly. But in production, the AdMob dashboard just says "No data" and returns "Ad not ready." My core revive mechanic is effectively disabled because Google's algorithm won't serve real ads until it sees enough "organic" traffic to trust the account.

It's a strange psychological shift. For weeks it was "build, fix, upload." Now, the AI code works, the wrapper works, the integration works, but the core mechanic is held hostage by a silent third-party algorithm waiting for strangers to play it.

Has anyone else here launched a first app and hit this AdMob cold-start wall? How long did it take for your first live ad to actually fill?

If you are curious to see what an AI-coded, web-wrapped game built entirely in a browser actually plays like on Android, the link is below. (No pressure to play, just sharing the technical journey).

https://play.google.com/store/apps/details?id=com.pollitopro...

Similar Projects