Skip to content

lyndseybrowning/boggle-solver

Repository files navigation

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/

About

Boggle solver implemented in JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published