Tiles Puzzle is a popular puzzle game that requires you to rearrange the numbers (1-9) into the correct order (from top left to bottom right) using the lowest number of moves. There are 8 tiles and 9 holes. A mouse click on a moveable tile will slide it into its adjacent hole. Each tile can only move one spot adjacently if it is free.
This is my implementation of the game that I created in Java. Feel free to browse the code or download the executable .JAR file.

Download my implementation of Tiles Puzzle HERE
Download the Source Code HERE
Advertisement