DEV Community

Guilherme Carvalho
Guilherme Carvalho

Posted on

What I learned launching my color perception game as a solo dev (ASO edition)

I just launched Chroma Quest, a casual color-perception game for Android, as a solo dev. The code was honestly the easy part — here is what actually moved the needle, so you can skip my mistakes.

The game in one paragraph

You have to find the exact shade among nearly identical tones before the timer runs out. There is a 12-round Quest mode, a camera mode that builds color challenges from any photo you take, and local multiplayer via QR code. Free, offline, no account: Chroma Quest on Google Play.

Lesson 1: Google review is not the bottleneck — your store listing is

The app got approved without drama. What I discovered later is that the store listing (title, short description, tags) matters more for search ranking than anything inside the APK.

A detail almost nobody mentions: the default language of your listing defines your base market. Mine was silently set to en-IN (English - India) because that was the Console default. If you target a global audience, you probably want en-US as your default and proper localizations on top.

Lesson 2: wrong tags put you in the wrong shelf

I had tagged the game with "Coloring" (as in coloring books) for a color matching game. Play Store uses tags to build your "similar apps" cluster — so the algorithm was comparing me with drawing apps for kids. Fixing the tags (Puzzle, Casual, Hypercasual) changes who sees you.

Lesson 3: early ratings multiply everything else

A listing with no stars converts a fraction of the normal rate, no matter how good your screenshots are. The native In-App Review API, triggered at a "victory moment" (not at app start!), is the highest ROI feature you can ship in week one.

Lesson 4: sell the challenge, not the app

For short-form video marketing, keyword research showed "eye test" and "vision challenge" massively outperform "mobile game" as hooks. Nobody searches for your game — they search for a challenge. Your game is the answer.


If you want to see the result (and tell me where the difficulty curve breaks — testers say level 8+), it is free: Chroma Quest — Google Play

Happy to answer anything about the launch process in the comments!

Top comments (0)