A sliding puzzle game and solver using ncurses to display the grid. It will solve for 3x3 puzzles instantly, and will solve for most 4x4 puzzles in a moderate amount of time.
The solution uses Iterative Deepening A* (IDA*) with the following heuristics:
This project is released under MIT License. Please review the License file for more details.