Releases: cblanken/boggler
Releases · cblanken/boggler
v2.0.4
v2.0.3
v2.0.1
v2.0.0
- Refactor
board_randomizer.py
, it now allows for generating random boards without embedded file reads - Fix typo in
4x4_new
dice file - Rename dice files to reflect game version titles
- Update word splitting script to exclude hyphenated words, lowercase all output and remove duplicates
v1.0.2
v1.0.1
Initial release!
This release can solve boggle boards of arbitrary size, but also includes dice files corresponding to the 4x4 (New Boggle) and 6x6 (Super Big Boggle) boggle boards if you'd like to generate your own boards.
It also comes packaged with the dwyl and Scrabble 2019 word lists by default though you can use any other word list provided you split it per the installation instructions. Note that only ASCII text has been tested thus far, though I hope to implement and test Unicode text in upcoming releases.