Boggle solver explorer winner

A quick and simple solver for the word game Boggle.

Runs Fully On The Client

The solver is written in pure JavaScript with React and runs right in your browser, using HTML5 web workers for speed.

Explores All Possible Paths

The solver constructs a tree and searches all reasonable word paths, matching on the first 3 letters of valid words.

Responsive User Interface

This app uses Material Design for a responsive and mobile-compatible interface.