A desktop tool for creating and solving nonogram puzzles.
Features • How To Use • License
- Create and edit nonograms of various sizes
- Nonogram clues are calculated automatically
- Save nonograms for future editing
- Solve existing nonograms
- Solutions are checked automatically
To use Nonogram Editor, you will need to have CMake and Qt installed. To build and run the application, run the following commands:
# Clone the repository
$ git clone https://github.com/nintep/nonogram-editor
# Go into the repository
$ cd nonogram-editor
# Create and enter build directory
$ mkdir build
$ cd build
# Build the application
$ cmake ..
$ make
# Run the application
$ ./nonogram-editorGNU General Public License v3.0
