- Boggle is a word game invented by Allan Turoff and originally distributed by Parker Brothers.
- Discover as many words as possible from a 4*4 grid of randomly selected letters.
- A valid word can only be formed if each letter is contiguous (i.e. side-by-side, above or below, or on the diagonal) with the next, and no letter position can be used more than once in any given word.
- A valid word should have at least 3 letters.
- Score += 1 * number of letters in the word.