home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OS9000 / GWINDOWS / puzzle_386.lzh / puzzle.doc < prev    next >
Text File  |  1995-01-13  |  2KB  |  56 lines

  1.                         Puzzle for G-Windows
  2.                    Copyright 1995 by Stephen Carville
  3.  
  4.  This is a computerized version of an old game.  Fifteen numbered "squares" 
  5.  are presented to you in a randomly determined order and you must put them 
  6.  back in sequence.  The object is to complete the puzzle in as few moves as 
  7.  possible.  To make things more interesting, a file is maintained with the 
  8.  ten best scores on the system.  
  9.  
  10.  To start the game either double click on the program icon or type the name 
  11.  "puzzle" followed by a carriage return at the shell prompt.
  12.  
  13.  You will first be presented with a copyright message and a list of the top 
  14.  ten scores on your system.  If this is the first time the program has been 
  15.  run it will create the necessary files but, naturally, won't have any "high 
  16.  scores" yet.
  17.  
  18.  To move a square just move the cursor onto the square and click the mouse 
  19.  button.  If the empty space is adjacent the selected piece it will move into 
  20.  it.  The number of moves you've made is displayed just above the playing 
  21.  field.  When you have completed the puzzle, if appropriate, you will be 
  22.  prompted for a name to enter into the high score file and the playing field 
  23.  will be reset.  
  24.  
  25.  Good Luck!             +----+----+----+----+
  26.                         |  1 |  2 |  3 |  4 |
  27.                         +----+----+----+----+
  28.                         |  5 |  6 |  7 |  8 |
  29.                         +----+----+----+----+
  30.                         |  9 | 10 | 11 | 12 |
  31.                         +----+----+----+----+
  32.                         | 13 | 14 | 15 |
  33.                         +----+----+----+
  34.  
  35.  Technical Stuff:
  36.  
  37.  This program requires that you have the button_gadget, frame_gadget and 
  38.  vartext_gadget available.  If any one is missing the program will 
  39.  terminate.  These are normally distributed with G-windows so I don't 
  40.  anticipate any problems.
  41.  
  42.  The ten best scores are kept in a file called ".puzzle.scores" in the 
  43.  GWINDOWS/SYS directory on the default disk device specified by your init 
  44.  program.  This is usually "/dd".  If the path is available the score file 
  45.  will be created automatically.  If the path does not exist or is not 
  46.  available to a player the puzzle can still be played but the "high score" 
  47.  feature is disabled.  
  48.  
  49.  Address any questions, comments, etc. to:
  50.  
  51.  Stephen Carville - pagan@delphi.com
  52.  High G Software
  53.  P.O. Box 822
  54.  Glendora, CA 91740
  55.  
  56.