Skip to content

jlsa/Boggle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Boggle board generator and words finder that works exceptionally fast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published