Skip to content

Releases: cblanken/boggler

v2.0.4

03 Jul 14:40
v2.0.4
6124825
Compare
Choose a tag to compare

Improve board solving performance

v2.0.3

17 Jun 19:55
v2.0.3
9b7b05f
Compare
Choose a tag to compare

Fix list typehints causing breakage downstream.

v2.0.1

31 Dec 02:04
Compare
Choose a tag to compare
  • Add Big Boggle (5x5) dice

v2.0.0

26 Sep 15:56
Compare
Choose a tag to compare
  • 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

21 Sep 14:23
Compare
Choose a tag to compare

Minor fixes!

  • Update license to MIT
  • Error handling for boards with empty or invalid letters
  • Fix for MAX_WORD_LENGTH tracking tree depth instead of word length

v1.0.1

08 Sep 20:46
Compare
Choose a tag to compare

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.