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.

 

http://i53.tinypic.com/fdvho5.jpg

 

Download my implementation of Tiles Puzzle HERE

Download the Source Code HERE

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s