Create a dictionary and then eventually solve for all words on a boggle board
You have python installed.
Boggle is now command line functional. To install, run 'python setup.py install'.
Once you do this, my app at: https://github.com/theovoss/Kivy_boggle will run with python boggle.py
To play a game, run 'bogglesolver -p'. This will auto-generate a board, display it, and then wait for user input. When you press 'enter', it will display all the valid words for that board.
Currently there is no time limit, though that will be added fairly soon as an optional addition.
The dictionary used is the twl06 dictionary which is the official tournament and club word list. I added one word ("theo") to the dictionary for fun. :)
Feel free to poke around the code, open issues, and submit pull requests.
If you want to talk, you can get in touch with me through my gmail: theo.voss973