Redefining the sliding puzzle with customizable irregular board shapes—escape the limits of rectangular grids to offer greater challenge and variety.
-
Updated
Nov 15, 2025 - C++
Redefining the sliding puzzle with customizable irregular board shapes—escape the limits of rectangular grids to offer greater challenge and variety.
Comparison of BFS, DFID, A* and IDA* algorithms on the 15-Puzzle Problem.
🧩 The classic 15 Puzzle in your terminal window
A C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
Play the 15 Puzzle game!
Classic sliding puzzle game programmed in C++11. This program works on both Microsoft Windows and on Linux. 🧩
A sliding puzzle game based on c++
WINAPI, GDI, C++ implementation of the "15" puzzle in an event-driven style with functional layers. This is an old project upload.
The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.
Solving N Puzzle problem using A* algorithm
Add a description, image, and links to the 15-puzzle topic page so that developers can more easily learn about it.
To associate your repository with the 15-puzzle topic, visit your repo's landing page and select "manage topics."