Play Rearrangement, Sliding, or Rotation puzzles.
Puzzles are created from images placed in the puzzles folder, of type BMP, GIF, PNG, or JPG.
I adapted this game to a less restricted version using Qt library; was previously made using SDL2 library. Like many of the programs featured on this website, I have a design philosophy of allowing people to create their own content. In this case, the idea that you can put any image in the puzzles folder to make your own puzzles. So pick out images of things you like, put them in the puzzles folder, and have fun!
Version: 1.0
Compatibility: Windows
Solve puzzles by moving tiles until they are all in their original place. Add your own puzzles to solve by placing images in the puzzles folder.
Rearrangement Puzzle: Rearrangement puzzles are played by clicking on one tile to select it and then clicking on another tile to swap places between the two tiles. The puzzle is solved when the placement of every tile matches the original image.
Sliding Puzzle: Sliding puzzles are played by clicking on any tile next to the blank spot to slide it into that spot. The puzzle is solved when the placement of every visible tile matches the original image.
Rotation Puzzle: Rotation puzzles are played by clicking on any tile to rotate it 90 degrees clockwise. Each time you rotate a tile, the tiles next to it are also rotated. The puzzle is solved when the rotation of every tile matches the original image.
This page used to feature a tile puzzle game I made with SDL2 library, which was more restricted compared to the Qt library version.
If you would like to look at or use that version, you can still download it here: Download | Source
In the SDL2 version, puzzles are loaded from the puzzles folder, but can only be 400x400 png images. And you can click middle mouse button to show a solved version of the image as a hint for what you're trying to make the puzzle look like. Otherwise, it's the same general game as the Qt version, but more basic and limited in design. It only has a Rearrangement style tile puzzle.