Skip to content

lyyluca/puzzle-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

PuzzleToolbox

Live URL: https://puzzletoolbox.com

PuzzleToolbox is a collection of free, lightweight, browser-based puzzle solver tools designed to help you crack tricky puzzles instantly. No signups, no intrusive ads, just pure utility.

The Problem

I love puzzles, but getting absolutely stuck on a complex Nonogram grid or a tight Block Blast board can be incredibly frustrating. When looking for solvers online, I found most existing options were buried under mountains of pop-up ads, required tedious account registration, or had terrible mobile layouts. I wanted a clean, fast, and highly responsive utility belt that just works. So, I built it.

Features

  • Block Blast Solver: Optimize your grid placements and maximize your high scores.
  • Nonogram & Picross Solver: Input grid clues and solve complex logic grids programmatically.
  • Cryptogram & Caesar Cipher Decoders: Decrypt substitution ciphers and shift keys instantly with auto-frequency analysis.
  • Word Search Finder: Instantly scan and locate hidden words in any custom letter grid.
  • 100% Client-Side: All solving algorithms run locally in your browser. Fast execution, zero server lag, and complete privacy.

Tech Stack

  • Frontend: HTML5, TailwindCSS for clean, mobile-first responsive layouts.
  • Logic Engine: Vanilla JavaScript (ES6+) utilizing optimized backtracking and constraint-satisfaction algorithms.
  • Hosting: Cloudflare Pages for lightning-fast global delivery.

How to Use

  1. Head over to the live site at https://puzzletoolbox.com.
  2. Choose your target tool from the intuitive dashboard.
  3. Input your grid size, puzzle clues, or encrypted text.
  4. Click Solve to see the solution rendered on your screen in milliseconds.

About

Free, lightweight client-side puzzle solvers for Nonograms, ciphers, and word games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors