Skip to content

nintep/nonogram-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nonogram Editor

A desktop tool for creating and solving nonogram puzzles.

CMake Qt

FeaturesHow To UseLicense

screenshot

Features

Edit Mode

  • Create and edit nonograms of various sizes
  • Nonogram clues are calculated automatically
  • Save nonograms for future editing

Solve Mode

  • Solve existing nonograms
  • Solutions are checked automatically

How To Use

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-editor

License

GNU General Public License v3.0


Project Github

About

A desktop tool for creating and solving nonogram puzzles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published