duck57 / crossword

Generates crossword puzzles
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Crossword Generator

0.0.1

A tool to generate crossword puzzles.

Input Format

A tab-separated file in two or three columns:

  1. The word
  2. The hint
  3. [optional] If set to "Optional", "True", "Bonus", or "Extra", the word will not be forcibly included.

Help Wanted & TODO