A nonogram (Chinese name: 数织) puzzle game.
Deployed on Netlify: https://vue-nonogram.netlify.app or https://nonogram.thungghuan.xyz Visit and try a game now!
In this puzzle type, the numbers are a form of discrete tomography that measures how many unbroken lines of filled-in squares there are in any given row or column. For example, a clue of "4 8 3" would mean there are sets of four, eight, and three filled squares, in that order, with at least one blank square between successive sets.
-- from Wikipedia
In my game, left clicking or tapping will toggle the mark type in the order: origin -> fill(check this block) -> cross(ignore this block) -> origin. In addition, right clicking will trigger the reverse order.
Fill your puzzle and submit it, the page will show whether your result is correct.
🧐 Notice that sometimes it'll have multiple answers for certain puzzle.
You can also set the width and height to generate a new puzzle.
Every puzzle game will be encoded by an easy algorithm, you can share the generated seed to your friend to solve the same puzzle.
Try one huh? http://vue-nonogram.netlify.app/?seed=5x5-dLLYS
Want to create your own puzzle?
Visit the route /editor
, create and share it!