Skip to content

This 8 Puzzle Solver leverages the A* search algorithm to find the optimal solution efficiently. The program features an intuitive user interface that allows users to easily input their initial puzzle configuration. As the solver works through the puzzle, the interface dynamically displays each step of the solution process.

Notifications You must be signed in to change notification settings

MeeranTajalli/8-Puzzle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Step 1) Pre requisites: Install python3, flask

Step 2) Running Flask: when in the 8-puzzle-solver directory: run: python3 flask_app.py

^this will run the server.

Step 3) type 127.0.0.1:5000 in the url on your browser and hit enter.

Step 4) Click on shuffle puzzle as many times as you want until you find a hard puzzle, then challenge the A* search to solve it!

Step 5) Have fun!

About

This 8 Puzzle Solver leverages the A* search algorithm to find the optimal solution efficiently. The program features an intuitive user interface that allows users to easily input their initial puzzle configuration. As the solver works through the puzzle, the interface dynamically displays each step of the solution process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published