Skip to content

Sliding Block Puzzle solver using A* algorithm to sort the tiles and digital image processing to find the correct position of them.

Notifications You must be signed in to change notification settings

KodeWil/Sliding-Block-Puzzle-Solver-A_Star

Repository files navigation

Sliding_Block_Puzzle_solver_A*

This project has two parts, the first one takes an unordered image 300 * 300 which will divide it into nine equal parts and find the correct order of it. After that division, the algorithm will randomly create solvable cases with the ordered image of the sliding block puzzle 3 * 3. The second part of the project will take the solvable case of the puzzle and will solve it using A* algorithm.

About

Sliding Block Puzzle solver using A* algorithm to sort the tiles and digital image processing to find the correct position of them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages