Skip to content

Final project for AI class at the University of Florence. Solves 8 and 15 Puzzle.

Notifications You must be signed in to change notification settings

Mulder90/Sliding-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 

Repository files navigation

Sliding Puzzle

Final project for AI class (Prof. Frasconi Paolo) at the University of Florence.
Solves 8 and 15 puzzle with:

  • A*
  • IDA*
  • Weighted A*
  • BFS (Only 8 puzzle)
  • Iterative DLS (Only 8 puzzle)

and heuristics:

  • Manhattan
  • Misplaced

N.B: Goal state at bottom right position.


Compiled jar (requires Java 7)


ScreenShot

TODO:

  • Input problem by user

Releases

No releases published

Packages

No packages published

Languages