Features the popular 15-puzzle sliding game, which involves sliding tiles on a 4x4 grid to order them in a sequential sequence.
A* Search is utilized to automatically slide the tiles in a pre-computed optimal way, minimizing steps.
Once the board has been solved, the user is challenged to play again, attempting to beat the board's moves.
Additionally, the 'Next-Move-Only' folder holds the logic for step-by-step iterations, instantly computing the next best move. This leaves expandability for direct player vs. bot actions.