Skip to content

zbirgilii/8-Puzzle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Download JavaFX sdk if you have not and save its path.
  2. Create a Java Project and find the lib folder.
  3. Add the files in \java-sdk-XXX\lib to your Java project lib folder.
  4. 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

About

Solve the 8-puzzle problem in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages