Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 800 Bytes

File metadata and controls

33 lines (19 loc) · 800 Bytes

Boggle Solver

This is the Boggle Solver assignment is for Hanzehogeschool ICT. It is created by Joël Hoekstra.

Usage tips

There is a config class in the jsh.boggle.util package. There the dictionary filename and the grid size can be edited.

How to Run?

JavaFX HelloFX sample to run with different options and build tools.

Download JDK 17 or later for your operating system. Make sure JAVA_HOME is properly set to the JDK installation directory.

Maven

Linux / Mac

If you run on Linux or Mac, follow these steps:

cd your/project/directory

To compile and run the project:

mvn clean javafx:run

Windows

If you run on Windows, follow these steps:

cd your\project\directory

To run the project:

mvn clean javafx:run