#Boggle
This challenge focuses on creating a pygame app for honing your Boggle skills. There is no code provided, but the github repo has some useful resources.
Github repo:
#Challenge
Create an app for honing your Boggle skills. There are two different approaches you could take: clicking on letter tiles with the mouse or typing in letters with the keyboard. The logic involved in clicking on tiles is much simpler than for keyboard input.
Note that the letter Q is actually Qu and counts as two letters for scoring.
###Some Links
https://en.wikipedia.org/wiki/Boggle
Modified Yellow Tiles I removed the letter scores, changed Q to Qu and resized to 128x128
Letter Cube Faces The letters on each of the letter cubes. The original and revised cube sets are included.
Word List Text file with 65,000+ English words
#Achievements
The Usual Suspects - Snazz it up with sound, music, high scores, etc.