A sliding puzzle is older than any of us, and still hard to put down.
The picture is cut into tiles and one tile is removed, which leaves a gap. The tiles are then shuffled. Your job is to slide them back until the picture is whole again.
You cannot pick a tile up. A tile can only slide sideways into the gap, which means only the tiles next to the gap can move at all.
Easy is a three by three board with eight tiles. Medium is four by four with fifteen tiles, and that is the classic version the puzzle is named after. Hard is five by five with twenty four tiles, which is a different experience entirely: it is less about seeing the picture and more about keeping your patience.
This matters more than it sounds. If you shuffle a sliding puzzle by randomly rearranging the tiles, half of the results are impossible to solve, and the player has no way of knowing which half they got. Here the board is shuffled by making legal moves backwards from the finished picture, so a solution always exists. If you are stuck, you are stuck, not cheated.
The timer starts on your first move, not when the page loads, so you can look at the picture as long as you like before you begin. There is no leaderboard and no account. The only person your time is measured against is you, and whoever you send the challenge link to.