Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

About

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

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages