Boggle scoring tool
- Score a list of words against Boggle dictionary and scoring scheme. 👍
- Generate a valid Boggle board for classic and new dice sets. 👍
- Provide a timer (3 mins) for each round with countdown and alarm.
- Allow duplicates to be selected and discounted.
- boggledice.py returns (prints at present) a valid classic Boggle board
- bogglescorer.py checks (removes invalid words) and scores a list of words
- boggleui.py will be the main program that will drive all the functions.