Skip to content

A python implementation of the 8-puzzle solver using Depth-First Search (DFS) and Breadth-First Search (BFS) algorithms.

Notifications You must be signed in to change notification settings

wiemabbassi/Taquin-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Taquin-Solver

A python implementation of the 8-puzzle solver using Depth-First Search (DFS) and Breadth-First Search (BFS) algorithms. The solution includes a graphical interface built with Pygame to visualize the puzzle states and the steps taken to reach the solution. The goal is to rearrange the tiles to match the final state of the puzzle.

About

A python implementation of the 8-puzzle solver using Depth-First Search (DFS) and Breadth-First Search (BFS) algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published