
A Hardcore Test of Visual Intuition
Unlike traditional sliding puzzles that rely on numbered tiles for guidance, this project takes a more radical approach. I removed all numeric hints from the second level onwards, leaving you with only fragmented textures and pure light and shadow.
This is a minimalist spatial reconstruction challenge. When logic fails, your eyes and intuition are your only guides.
The Mechanics of Flow
- Zero Numeric Crutches: The “tutorial phase” strictly ends at Level 1. After that, you must rely entirely on the visual features of the image—a strand of hair, a neon light’s edge, or a subtle color gradient—to deduce the correct sequence.
- Dynamic Difficulty Curve: The grid expands as you progress. From a gentle 3x3 matrix (8 tiles) to a formidable 4x4, and ultimately reaching the Grandmaster domain of 5x5 matrices.
- Seamless Progression: The game employs a silent pre-loading mechanism. The moment you clear a level, the next high-quality image is instantly ready, ensuring your flow state remains completely uninterrupted.

The Architecture Behind the Art
This project is built using absolute zero-dependency pure vanilla JavaScript.
- Hardware-Accelerated Physics: Instead of using heavy game engines, the tile movements are entirely driven by CSS
transformandtransition. This ensures butter-smooth, 60fps native-app-like sliding feedback, even within mobile browser environments (like WeChat). - Matrix Slicing Engine: Utilizing CSS
background-positionmathematics, a single high-resolution image is flawlessly mapped across multiple tiles without any actual image cutting, keeping memory usage to an absolute minimum.
Only by disrupting the order can you appreciate the value of reconstructing it.