From 6e6fdacc296dc237dc2da27c7d880dde1ee4e5ba Mon Sep 17 00:00:00 2001 From: Harishankar Date: Mon, 11 May 2020 11:53:26 +0530 Subject: [PATCH] Added README.html file Added a README.html file - to be updated with more information --- README.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.html 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 -- 2.20.1