Terminal nonogram puzzle game with 7 included puzzles and custom puzzle creator.
For more information on nonogram puzzles: https://en.wikipedia.org/wiki/Nonogram
Also called Hanjie, Paint by Numbers, Picross, Griddlers, and Pic-a-Pix
- Java (JDK) installed and on path (Check with
javac -version
)
- Open Terminal or Command Prompt
- Run script:
- Windows:
run.bat
- Mac/Linux:
./run.sh
- Windows:
To load a custom puzzle from file:
- Windows:
run.bat <filename>
- Mac/Linux:
./run.sh <filename>
Tested on:
- Windows
- ✔ Command Prompt (cmd.exe)
- ✔ Powershell
- Mac
- ✔ Terminal
- ✔ iTerm
- Ubuntu
- ✔ Terminal (Known issue: filled cells render too wide)
Uses JLine with Jansi for cross-platform terminal support.
Please create an issue if you run into trouble.