Skip to content

Taquin Game with resolution using Artificial Intelligence Algorithms: A*/BFS/DFS.

Notifications You must be signed in to change notification settings

idrisso4/Taquin-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taquin Game

The Taquin Game or the Boss Puzzle which is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing and the goal is to order these tiles. The graphic interface is developled with Tkinter and the resolution with AI algorithms such as A*/BFS/DFS To find the shortest solution. The heuristic chosen in A* is the number of wrong values.

✅ Keywords: Python, Numpy, Tkinter

About

Taquin Game with resolution using Artificial Intelligence Algorithms: A*/BFS/DFS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages