Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Block Blast Solver

Live Tool: https://blockblastersolver.com/

An open-source, client-side solver designed to find the optimal moves for the mobile game Block Blast.

The Problem

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.

Features

  • 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

Tech Stack

  • React
  • Tailwind CSS
  • HTML5 Canvas

How to Use

  1. Open the web tool at https://blockblastersolver.com/
  2. Input your current board configuration (or upload a screenshot)
  3. Select the three blocks currently available to you
  4. Click solve to display the step-by-step move guide

About

A client-side recursive solver for the popular Block Blast puzzle game.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors