Skip to main content

Manipulate and analyse anagrams and variations of Boggle boards.

Project description

A package to generate and manipulate Boggle-style boards. Boards of different
sizes can be randomly generated, and given a list of acceptable words, the
package can find all words in a particular Boggle board. Currently, the package
offers standard nxn Boggle boards, arbitrary rectangular Boggle boards, and
toroidal Boggle boards (i.e. boards where one can scroll from the top row to the
bottom row and vice-versa, and from the left column to the right column and
vice-versa).

Additionally, the package contains an anagram-type solver, such as finding the
words in a Scrabble hand.

Boards of arbitrary shapes and sizes can be made by subclassing the
AbstractBoggleBoard class and specifying an adjacency graph using the positions
of the board as nodes.

1.0.5: Minor bugfix.
* Fixed improper use of NotImplemented.
1.0.4: Fixed code to be Python 3 compatible.
* Changed print statements for Python 3 compatability.
1.0.3: Added hexagonal Boggle board classes:
* RectangularHexagonalBoggleBoard
* HexagonalBoggleBoard
* RectangularToroidalHexagonalBoggleBoard
* ToroidalHexagonalBoggleBoard.
1.0.2: Added default dice from original Boggle game and changed the name
of the challenge die as it is not specific to Big Boggle.
1.0.1: Minor fixes and improvements in documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

boggleboard-1.0.5.tar.gz (726.4 kB view hashes)

Uploaded Source

Built Distribution

boggleboard-1.0.5-py2.6.egg (2.1 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page