Solver for Nonogram-Puzzles built on the JavaFX framework for Java.
This project is currently under development.
The main solver functionality works, but some features that would be nice to have are still missing.
Once you start the program, you will first see this:

After entering the clues to the puzzle you want to solve, you can control the solver like demonstrated here:

The following instructions are windows exclusive.
- To build the project yourself, first make sure you have Java 8 installed.
- To check your version of java, run
java -version.
The first line should look similar to this:java version "1.8.0_181".
- To check your version of java, run
- Now you can first clone the repository using the command
git clone https://github.com/MaximilianMitterrutzner/Nonogram-Solver.git. - Then navigate to the folder Nonogram-Solver/src with
cd Nonogram-Solver\src. - Compile the Java program using
javac com\mitmax\NonogramSolver.java. - Finally, run it with
java com.mitmax.NonogramSolver.