Building a mobile game alone and launching it on Google Play is a marathon, not a sprint. This is the story of how Jungle Strike went from a rough sketch to 10,000+ downloads.
The Idea
Every developer has a genre they're secretly obsessed with. For me, it was side-scrolling action shooters. I wanted to build something that felt tight, responsive, and genuinely fun — with a jungle setting and progressively harder enemies.
The scope was deliberately constrained from the start: 10 levels, one weapon type, one enemy type. Everything else was earned later.
Choosing the Stack
Unity was the obvious choice. C# is expressive, the editor is powerful, and the ecosystem is mature. For analytics I integrated Firebase, and for monetization I added Google AdMob.
The Development Process
Solo dev means every decision is yours — which is both liberating and terrifying. I kept a strict rule: ship ugly, polish later. The first playable build was a grey box that shot other grey boxes. It wasn't pretty, but the core loop — move, aim, shoot — felt good from day one.
Level design took the longest. Each of the 30+ levels needed to feel distinct without requiring entirely new assets. I solved this with a modular tile system and varied enemy spawning patterns.
Launch Day
Submitting to Google Play for the first time is nerve-wracking. The review took about 3 days. When the confirmation email arrived, I immediately downloaded it on my phone to verify it worked.
It did.
What's Next
Jungle Strike gets regular updates. Coming soon: hardcore mode, global leaderboards, and weapon unlocks. Search "Jungle Strike" on Google Play to try it.