I recently updated the code in my post “Solving Boggle-type word games in Python” to run under Python 3.1. The previous code ran under 2.6 and there were a few breaking changes between versions.
The breaking changes I encountered:
I also wanted to share a link to a good word list that I found. I found that if you look for word lists for Scrabble or cross-words they are generally pretty good for Boggle. The word list I used was at http://www.infochimps.com/datasets/word-list-100000-official-crossword-words-excel-readable
Download the new boggle python 3.1 source code. I found Fun with Words was a great site for demonstrating the code. My username from the screenshot below was “Rainyday” if you couldn’t tell. Enjoy!