This is a fully functional Boggle® clone written in vanilla JavaScript. It uses a local, client-side copy of the Official Scrabble® Players Dictionary, and the letter distribution on the dice is the classic version. See this link for a comparison between the 1976 "classic" version and the newer distributions.
- Gameboard generation: random selection
- Find all possible words on gameboard: linked list and binary search
- Timer with adjustable settings
- Scoring based on letter value and word length
- Show possible words, highlighting words found