Moves: 0
Congratulations!
Reset Board?

This is an 8-Tile puzzle game where you have to move the tiles around to get the picture to look normal. Written in jQuery, Javascript, HTML, and CSS.

Writing this puzzle was actually a little difficult as it turns out that putting the tiles on randomly could result in an unsolvable puzzle. Thanks to wikipedia and some google searches, I was able to learn about inversion and figure out an algorithm to that will always have a solvable solution.