Here's the honest version of how this happened.
A few years ago I was on a long train journey with nothing but my phone and a Sudoku app I'd downloaded that morning. By the third puzzle I realized one of them had two valid solutions — which, if you play Sudoku, you know is basically a crime. I closed the app and thought, "I could just build this myself, and actually do it right."
That little annoyance turned into MindPlay Labs India — a studio built around getting puzzle games right. We care deeply about every detail that other apps rush past: puzzle integrity, intuitive controls, real difficulty scaling, and an experience that respects your time and intelligence.
So we obsessed over the puzzles first
Before any of the pretty stuff, I spent months on the part nobody sees: the puzzle generator. Every board Sudoku Emperor hands you is built from a seed and then checked to make sure it has exactly one solution. There's no guessing required to solve them — only logic. If you ever feel stuck, it's because you haven't spotted the next move yet, not because the puzzle is broken.
We also took difficulty seriously. A lot of apps slap "Hard" on a board and call it a day. We tuned ours so that Easy is actually relaxing and Expert is genuinely demanding, with real steps in between. Five thousand puzzles later, that system is still the heart of the whole thing.
The nerdy bit, for the curious
Puzzles are generated with a seeded random number generator (Mulberry32, if you want to look it up). Same seed, same puzzle — every single time, on every device. That's how a friend in Chennai and a friend in Delhi can both play "Level 248" and get the exact same board.
Then we made it pleasant to use
Once the puzzles were solid, the rest was about respect. Respect for your time — so it loads instantly and works offline. Respect for your intelligence — so when you ask for a hint, it teaches you the technique instead of just filling in the square and moving on.
We added Killer Sudoku for the people who find regular Sudoku a little too comfortable. We translated everything into 30+ languages, including a bunch of Indian ones, because good puzzles shouldn't be an English-only thing. And we put the whole game on the web so you can play right now without installing anything.
What's next
We're a work in progress, and we like it that way. The Android app is on Google Play with offline play and progress that syncs across your devices. After that? More puzzle types, daily challenges with friends, and probably a few ideas we haven't had yet. If you've got a suggestion, we genuinely read every email — that's not a marketing line, every message we receive shapes what we build next.
Thanks for reading this far. Now go solve something.