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 Merge branch 'master' of iniz:/home/hari/repos/wordblah --- 4f3e43002f2455cdc81fff81fa18045c729a0cd3 diff --cc README.html index 49378e6,26c1aca..35f8645 --- a/README.html +++ b/README.html @@@ -29,40 -27,5 +29,39 @@@
  • zlib devel (available on most *nix)
  • libcrypto devel files (available on most *nix)
  • +

    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

    + -