Live Tool: https://blockblastersolver.com/
An open-source, client-side solver designed to find the optimal moves for the mobile game Block Blast.
Block Blast is an 8x8 grid puzzle game where players must fit blocks of various shapes. Running out of moves ends the game. Calculating the best sequence of placements for three random blocks under time pressure can be challenging.
- Interactive 8x8 board grid input
- Recursive backtracking search algorithm to test all placement permutations
- Heuristics to optimize for maximum score or maximum cleared lines
- Fully client-side processing for fast, offline-capable execution
- React
- Tailwind CSS
- HTML5 Canvas
- Open the web tool at https://blockblastersolver.com/
- Input your current board configuration (or upload a screenshot)
- Select the three blocks currently available to you
- Click solve to display the step-by-step move guide