Package com.blackledge.david.game.crossword

Interface Summary
CrosswordSource Interface to implement for other data sources for the Crossword game.
 

Class Summary
CrosswordPuzzle Embodiment of a Crossword puzzle.
CrosswordPuzzle.Puzzleword Embodiment of an entry in a Crossword Puzzle - word, position, direction, and clue.
PuzCrosswordSource Interface to download the .puz format crosswords and build a CrosswordPuzzle object with that data.
PuzFile Reads in a .puz file (Across Lite format) and makes the raw information available.
QuizlandCrossword Interface to download the quizland crossword-of-the-day data and build a CrosswordPuzzle object with that data.
QuizlandHardCrossword