Sliding Puzzle solver and utilities
-
Updated
Jan 21, 2024 - Python
Sliding Puzzle solver and utilities
The N-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The puzzle can be of any size, with the most common sizes being 3x3 and 4x4. The objective of the puzzle is to rearrange the tiles to form a specific pattern.
Applying state of the art AI search algorithms to solve the Sokoban game automatically. Since Sokoban game itself is quite challenging due to its problem complexity, additionally, heuristic functions and deadlock detectors are applied. (Python)
Sliding game Puzzle 15, with bot for auto solving, that uses the IDA* algorithm
Add a description, image, and links to the ida-star topic page so that developers can more easily learn about it.
To associate your repository with the ida-star topic, visit your repo's landing page and select "manage topics."