From: Harishankar Date: Mon, 11 May 2020 07:07:47 +0000 (+0530) Subject: Merge branch 'master' of iniz:/home/hari/repos/wordblah X-Git-Tag: 0.1a~1 X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=commitdiff_plain;h=4f3e43002f2455cdc81fff81fa18045c729a0cd3;hp=6e6fdacc296dc237dc2da27c7d880dde1ee4e5ba Merge branch 'master' of iniz:/home/hari/repos/wordblah --- 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