This is the classic 15-puzzle sliding tile game implemented on the web using HTML and Javascript.

But in stead of numbered tiles, this game uses tiled images. To use an image, just enter the URL to the image below.

Image URL:
This implementation doesn't resize images, so it's better if you use one that can fit inside your web browser window. For best performance, I suggest using an image that's at most 800x600 pixels.

Missing tile position:
Lower-right corner
Random position



This is far more difficult than using numbered tiles, because without numbers, you don't know where each tile is supposed to go, unless you're looking at the original image in another window.

Back to blog