Skip to content

tsionyx/nono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nonogram solver with WASM

The last version of this application should be deployed on github hosting. To solve a puzzle, ensure that you entered valid description and click 'Solve' button (or simply hit Ctrl+Enter).

The descriptions can be in a wide variety of formats:

Special counter inputs allow downloading puzzles by the ID from the two collections:

Some query arguments are supported:

Build WASM module:

wasm-pack build --target no-modules --no-typescript
wasm-opt pkg/nono_bg.wasm -O3 -o pkg/nono_bg.wasm

Special thanks to Chugunnyy K.A. (@KyberPrizrak) for permission to use his site http://www.nonograms.org/ for demonstrating this solver's abilities.