Skip to content

jselbo/cli-nonogram

Repository files navigation

cli-Nonogram

Overview

Terminal nonogram puzzle game with 7 included puzzles and custom puzzle creator.

Demo

For more information on nonogram puzzles: https://en.wikipedia.org/wiki/Nonogram

Also called Hanjie, Paint by Numbers, Picross, Griddlers, and Pic-a-Pix

Prerequisites

  • Java (JDK) installed and on path (Check with javac -version)

How to Run

  • Open Terminal or Command Prompt
  • Run script:
    • Windows: run.bat
    • Mac/Linux: ./run.sh

To load a custom puzzle from file:

  • Windows: run.bat <filename>
  • Mac/Linux: ./run.sh <filename>

Technical Details

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.

About

Terminal-based nonogram solving game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages