Wordblah Readme

Wordblah is a crossword puzzle creator and maker written in C. The creator is a terminal application and the default player application is written in GTK.

Features

  1. Square grid upto 25x25 supported.
  2. Add words across or down.
  3. Automatic word numbering after grid is frozen.
  4. Add word Clues.
  5. Export the puzzle and/or solution in PNG format.
  6. Export the clues as a text file.
  7. Password protect the puzzle for editing (master password)
  8. Password protect viewing the solution (in the player application)

Compiling

To compile the source, simply run make inside the source directory.

Requirements