Thungghuan / nonogram

A little nonogram game

Home Page:https://vue-nonogram.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Nonogram

A nonogram (Chinese name: 数织) puzzle game.

Made by

Deployment

Deployed on Netlify: https://vue-nonogram.netlify.app or https://nonogram.thungghuan.xyz Visit and try a game now!

How to play

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.

Generate puzzle from a seed

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

Customize

Want to create your own puzzle?

Visit the route /editor, create and share it!

About

A little nonogram game

https://vue-nonogram.netlify.app


Languages

Language:Vue 55.6%Language:TypeScript 43.2%Language:HTML 1.1%