8 Puzzle Problem Project
This is a JavaFX project that uses Breadth-First and Depth-First Search algorithm solutions to the 8 Puzzle Problem.
To run the project:
- Download JavaFX sdk if you have not and save its path.
- Create a Java Project and find the lib folder.
- Add the files in \java-sdk-XXX\lib to your Java project lib folder.
- Run the project in Terminal with this command: java --module-path "C:\XXX\javafx-sdk-22.0.2\lib" --add-modules javafx.controls,javafx.fxml -cp "C:\XXXX\XXXX\JavaProject\out" GUI