This is the Boggle Solver assignment is for Hanzehogeschool ICT. It is created by Joël Hoekstra.
There is a config class in the jsh.boggle.util package. There the dictionary filename and the grid size can be edited.
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.
If you run on Linux or Mac, follow these steps:
cd your/project/directory
To compile and run the project:
mvn clean javafx:run
If you run on Windows, follow these steps:
cd your\project\directory
To run the project:
mvn clean javafx:run