Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.21 KB

File metadata and controls

28 lines (24 loc) · 1.21 KB

Griddler

Solver for Nonogram-Puzzles built on the JavaFX framework for Java.

Status

This project is currently under development.
The main solver functionality works, but some features that would be nice to have are still missing.

Demo

Once you start the program, you will first see this: Picture of the program on startup

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

Build instructions

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".
  • 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.