X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=blobdiff_plain;f=README.html;fp=README.html;h=26c1acae4aa8f4a4d2d606e2c61468d699039445;hp=0000000000000000000000000000000000000000;hb=6e6fdacc296dc237dc2da27c7d880dde1ee4e5ba;hpb=9448369630128d388ee64e3bed682f49d7a7de07 diff --git a/README.html b/README.html new file mode 100644 index 0000000..26c1aca --- /dev/null +++ b/README.html @@ -0,0 +1,31 @@ + + + + + + + +

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. +
  3. Add words across or down.
  4. +
  5. Automatic word numbering after grid is frozen.
  6. +
  7. Add word Clues.
  8. +
  9. Export the puzzle and/or solution in PNG format.
  10. +
  11. Export the clues as a text file.
  12. +
  13. Password protect the puzzle for editing (master password)
  14. +
  15. Password protect viewing the solution (in the player application)
  16. +
+

Compiling

+

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

+

Requirements

+ + + \ No newline at end of file