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