Trie + DFS
Same Boggle solving logic from the source project, now client-side
Boggle Solver
Build or share a board, solve it instantly, and inspect every word path without leaving the default WordSolverX header and footer.
Found Words
Click a word to highlight its path. Click a cell to filter by starting position.
No board solved yet
Enter letters or generate a board, then click Solve.
How to Use
Board Size
Create a Boggle board from 3x3 up to 10x10. Standard Boggle uses 4x4.
Board Letters
Enter your board manually or use the random generator to create one.
Letter Distribution
4x4 boards use classic or revised dice. Other sizes use weighted letters that mimic Boggle frequency.
Interactive Features
Click a word to highlight its path. Click a letter cell to filter words starting there.
Source Logic Preserved
This page keeps the same dictionary, the same trie structure, the same DFS traversal, the same random-board rules, and the same path-based UI behavior from your standalone Boggle project. The page chrome is the only part that was adapted to the shared WordSolverX layout.