/N-Puzzle-Solver

Solving sliding tiles game (Puzzle) for NxN number of tiles, using A* algorithm.

Primary LanguageC#

N-Puzzle-Solver (C#/Windows Form App).

  Solving sliding tiles game (Puzzle) for NxN number of tiles, using A* algorithm.
  this app use A* algorithm and it's helper functions (priority queue , huristic-functions "hamming/manhattan").
  to solve a puzzle , it should load it to a textfile name "test" path : [N-Puzzle-solver\N-Puzzle-solver\bin\Debug].
  after load the puzzle to file run the app and click on load buttom then solve then play the result.

#Read the Documentation. path : [N-Puzzle-Solver/N-Puzzle-solver Documentation].