Crossword Puzzle Generator
i

Jonathan NeuhauserCrossword Puzzle Generator

Jonathan Neuhauser

A simple crossword puzzle generator. - Generate simple crossword puzzles based on a list of words and clues. - Wordlist can be read in from a file. - Tries to find a relatively compact solution. The generation algorithm is based on genxword (https://github.com/riverrun/genxword). - Outputs the grid, clue list and solution (if requested) on newly added pages. - All different element types in the output are assigned a class to allow for easy manipulation of the design of the crossword; classes are reused if more than one crossword puzzle is generated inside a file. - The solution can be displayed as wordlist or as filled-out grid. - Letters can be marked as pre-filled by prefixing them with a `^` sign.


Comment here...