Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 430 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 430 Bytes

Boggle is a game in which players try to find as many words as possible in a 4x4 grid of letters.

This solver is built with JavaScript using a Trie to store the dictionary containing ~260,000 words.

Solvable boards range from 3x3 to 8x8 inclusive.

View the solver here: http://lyndseyb.co.uk/boggle-solver/