The 9 Box puzzle is a sliding puzzle that consists of a 3x3 frame of numbered boxes from 1 to 8 in random order and 9th box missing.
The goal is to place the boxes in ascending order by sliding them to empty space.
Lesser the number of moves, better the score.
Boxes can only move vertically or horizontally, and no diagonal are movements allowed.
Read more on https://en.wikipedia.org/wiki/15_puzzle
This application accepts the name of the player and hosts the game by generating a random arrangement of boxes.
There are 3 difficulty levels: Easy, Medium, Hard based on the minimum number moves needed to solve the puzzle.
And the best part!
We have added a solution window, which beautifully shows step-by-step moves needed to solve the puzzle,
using an AI-based algorithm!
Have fun!
https://play.google.com/store/apps/details?id=com.lbcc.a9_box_puzzle