A simple random nonogram game.
More about it on Itch.io.
sh
cargo install kodumaro-nonogram --bin nonogram
If you have UPX installed, you maybe want to run:
sh
upx ~/.cargo/bin/nonogram
Left click (LMB) to set the cell, right click (RMB) or control + LMB to mark a cell as unsettable.
You win when you have set all correct cells.
License: BSD-3-Clause