Slide, Shuffle, and Solve – A Multi-Level 8-Puzzle Challenge
Grid Rush is a modern, browser-based sliding puzzle game that challenges players to solve increasingly complex grids using an A* search algorithm. Built with React, the game offers multiple levels, real-time solving, and local performance tracking.
-
Multi-Level Gameplay
Progress through five levels with increasing difficulty:- Level 1 → 3×3
- Level 2 → 4×4
- Level 3 → 5×5
-
Smart Shuffle
Each grid is randomized but always solvable. -
Auto-Solver with A*
Visualize the A* search algorithm in action solving any board state. -
Timer & Best Score Tracker
See how fast you can complete each level — best scores are saved inlocalStorage
. -
Responsive, Minimal UI
Designed with a clean and intuitive layout for smooth interaction.
- Boost logical reasoning with increasing puzzle complexity.
- Learn A* algorithm mechanics in an interactive, visual way.
- Challenge yourself and aim to beat your personal bests.
- Instant play – just open in a browser, no installs needed.
- React – Frontend framework
- JavaScript (ES6+)
- A* Pathfinding
Built with ❤️ to sharpen minds and slide some tiles.