Metadata-Version: 2.1
Name: boggled
Version: 1.0.0
Summary: Simple Boggle game solver and generator.
Home-page: https://github.com/danag/boggled
Author: Dan Nagle
Author-email: d.a.nagle@gmail.com
License: UNKNOWN
Description: 
        A suite of classes that model the elements of the Hasbro game. Boards of 
        different sizes can be randomly generated from a collection of  dice.
        Given a list of words, a puzzle can be solved by finding all of the words on
        the Boggle board.
        
        BoggleDice - The game dice - you can roll them.
        BoggleBoard - The board, place the dice on the board and shake it!
        BoggleWords - A dictionary for finding words.
        BoggleSolver - Finds words from the dictionary that are on the board.
        
        The official game letters and a dictionary file are NOT included.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
