app

8-Puzzle is a sliding puzzle game that features a walkthrough of the optimal solution and allows users to customize the tiles using photos selected from their Gallery. In finding the optimal path from the current puzzle state to the goal state, the system employs the informed search algorithm A* and uses Manhattan distance as an admissible and consistent heuristic to estimate the cost.

More details are provided in the official project repository. For queries or concerns related to this project, kindly email mark_gonzales@dlsu.edu.ph or gonzales.markedward@gmail.com

Packages

com.gonzales.mark.n_puzzle
Link copied to clipboard
Package containing all the Kotlin classes, resources, and Gradle files for configuring and running the application.