There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
The 8-puzzle game solver is an AI project where I applied 3 different AI search techniques (DFS, BFS, A*) to solve the puzzle and animate the solution using JavaFX