OmarSayedMostafa / N-Puzzle-Solver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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].

About

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


Languages

Language:C# 100.0%