Boggle

by Dana E

Description

I created a Boggle game board on a 4 x 4 grid, displaying exactly 16 random letters that uses coordinates to spell words in the code and includes a graphical representation of the Boggle grid. The user tries to make as many valid words as possible of 2 or more letters, and the game verifies whether these words are in the English dictionary. No letter may be used more than once in a single word, and all letters must be adjacent to each other.