Nonogram - Relax puzzle


Nonogram is a logic puzzle where you fill in squares based on the numbers given for each row and column to reveal a hidden picture.
I first discovered nonograms through a mobile game on Android and instantly got hooked. I played it so often that I decided to create my own version. The first version was built using PHP and JavaScript, and you can still play it at nonogram.bezdekajakub.cz. It even allows players to create their own levels and share them with others.
When the first version was finished (although only for desktop), I couldn't stop there—I wanted to make a mobile version as well. I rewrote the core of the game in React and used Ionic to build it for Android. An iOS version is technically ready, but since downloads have been almost nonexistent, I don’t see the point in paying for Apple's annual developer program. Right now, all my games are completely free, and I have no plans to monetize them anytime soon.
The game is currently in alpha phase, so it still has some rough edges. But hey, I made it just for fun, and I hope you’ll enjoy it anyway! :)