Boggle
From TedTycoon.co.uk
Boggle is a small application I wrote in C# in the summer of 2010. The application allows you to play a round of randomly selected letters in a grid and type your words into a textbox which is then automatically scored. My intention of writing this was so I could write a selective binary search / flood-fill algorithm for finding words in the grid that are listed in a dictionary. After writing a working version, I never got round to finishing off the last details to publish it.
Features
The application has the properly set dice you would find in the board game and randomly places them in a 4x4 grid. It then gives you three minutes to type as many words as you can find while dynamically scoring each word you have entered in the list. After the time is up, all the possible words are listed in length order (longest to shortest).
| |||||
