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=-c Merge branch 'master' of iniz:/home/hari/repos/wordblah --- 4f3e43002f2455cdc81fff81fa18045c729a0cd3 diff --combined README.html index 49378e6,26c1aca..35f8645 --- a/README.html +++ b/README.html @@@ -23,46 -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

+ -