From: Harishankar Date: Mon, 11 May 2020 06:23:26 +0000 (+0530) Subject: Added README.html file X-Git-Tag: 0.1a~1^2 X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=commitdiff_plain;h=6e6fdacc296dc237dc2da27c7d880dde1ee4e5ba Added README.html file Added a README.html file - to be updated with more information --- 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