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

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