One feedback I have is that the instant I get the combination correct and complete a challenge, it suddenly pops up a “congratulations” message with a button to go to the next level, I can’t see my final solution.
I really want to take a few seconds to see my final solution, study, understand and admire it.
Happy to share some technical details for anyone curious:
I wrote a custom solver to validate each puzzle and estimate difficulty.
It works by applying deterministic constraints until the board reaches a stable state.
If anyone is interested, I can share the logic flow or even open-source the validator.
Also curious: does anyone here have experience balancing handcrafted puzzle difficulty at scale?
Thanks! Yes, at the moment it’s iOS only (iPhone/iPad).
I’m currently working on Android and a Web version as well — the core engine is portable, so those should follow.
Bought and started playing it, I love it.
One feedback I have is that the instant I get the combination correct and complete a challenge, it suddenly pops up a “congratulations” message with a button to go to the next level, I can’t see my final solution.
I really want to take a few seconds to see my final solution, study, understand and admire it.
Thank you so much for the feedback really appreciate it! These are still the early versions of the game, and what you’re saying makes complete sense!
I’ll adjust this behavior in the next release.
Thanks again! feedback like this really helps!
Happy to share some technical details for anyone curious:
I wrote a custom solver to validate each puzzle and estimate difficulty. It works by applying deterministic constraints until the board reaches a stable state. If anyone is interested, I can share the logic flow or even open-source the validator.
Also curious: does anyone here have experience balancing handcrafted puzzle difficulty at scale?
Looks cool. I assume it's iOS only? I'd love to play it otherwise, I love logic puzzle games
Thanks! Yes, at the moment it’s iOS only (iPhone/iPad). I’m currently working on Android and a Web version as well — the core engine is portable, so those should follow.
Really glad to hear you enjoy logic puzzle games!