What problem does it solve?
This Skill solves the problem of quickly finding every valid word on a Boggle board without guessing—using dictionary-only matching for both English and German.
Core Features & Use Cases
- Trie-based DFS word search: Finds all words by exploring every cell path while pruning impossible prefixes.
- Bilingual solving (EN + DE separately): Outputs results for English and German as two clearly separated sections.
- Standard Boggle rules including Qu-tile: Supports 8-direction adjacency and treats the common Qu tile as a single board position.
- Scoring and optional JSON output: Applies standard Boggle scores and can return structured JSON for downstream use.
Use Case Example: You share a 4x4 Boggle grid (photo or letters), and you want a complete, dictionary-validated word list with correct Boggle scoring for gameplay or verification.
Quick Start
Ask the Skill to solve a 4x4 grid by providing the 16 tiles as four rows or as a single 16-tile string, and specify which dictionary language you want (English or German).