X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=blobdiff_plain;f=README.html;h=9f3b974170e275375d3b276c18b6456c40acc939;hp=26c1acae4aa8f4a4d2d606e2c61468d699039445;hb=HEAD;hpb=6e6fdacc296dc237dc2da27c7d880dde1ee4e5ba diff --git a/README.html b/README.html index 26c1aca..9f3b974 100644 --- a/README.html +++ b/README.html @@ -23,9 +23,55 @@

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

Requirements

+

The above dependencies would be installable using your distribution's package manager. Check your distribution software + repositories for more information. If everything went well, two executables wordblah and wordblah_player + should be created in the source directory.

+

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

+ +

License

+

Copyright © 2020 V.Harishankar (http://harishankar.org)

+

This software is released under the 3-clause BSD license. Read LICENSE.txt for more information.

\ No newline at end of file