X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=blobdiff_plain;f=README.html;fp=README.html;h=49378e61f8cb53c1ae8725dbff6da058695be2c5;hp=0000000000000000000000000000000000000000;hb=43e0759b9de2a8f087b8a7301602dad7ed035b84;hpb=9448369630128d388ee64e3bed682f49d7a7de07 diff --git a/README.html b/README.html new file mode 100644 index 0000000..49378e6 --- /dev/null +++ b/README.html @@ -0,0 +1,68 @@ + + + + + + + +

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

+ +

Usage

+

Creating a puzzle

+

To run the creator application just run ./wordblah from the command line from within the directory + where the executable resides. (to run the player application the executable is wordblah_player.)

+

Command line options

+

To open an existing puzzle file

+
./wordblah <filename>
+

To create a new puzzle file

+
./wordblah <filename> new <gridsize>
+

Where gridsize is any number less than the maximum allowed size. Warning: using new will + overwrite any existing file without warning once you save!

+

Notes

+ + + + \ No newline at end of file