home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 5_Logic.iso / chesspuz / chesspuz.doc next >
Text File  |  1992-06-01  |  5KB  |  102 lines

  1.                          CHESS PUZZLE by Richard Bell
  2.  
  3.  
  4.     INTRODUCTION
  5.  
  6.     This program simulates a puzzle that I can remember playing years ago.
  7.     It consisted of an 8 x 8 wooden  chess board that had been cut into 12
  8.     irregular shaped pieces. The aim  was  to reconstruct the chess board.
  9.     It looked simple but it was impossible and annoyingly addictive!
  10.  
  11.     The computer version simulates the game  using the original pieces but
  12.     it can also generate random  pieces  for  increased variety. There are
  13.     65536 random piece selections.
  14.  
  15.     The game will run on any PC  which supports either EGA or CGA graphics
  16.     (colour or monochrome). The operating  speed  is  not important. It is
  17.     40k in length and requires no more than 70k to run.
  18.  
  19.  
  20.     INSTRUCTIONS
  21.  
  22.     To load the game type CHESSPUZ  followed  by <RETURN>. There are a few
  23.     command line options which are described later. The game will load and
  24.     the title and instruction screen will  be displayed. You will be given
  25.     four options, preset  pieces  (the  original  shapes  from  the wooden
  26.     puzzle), random pieces (the  computer  randomly  chooses  one of 65536
  27.     possible piece combinations), select pieces (allows the user to choose
  28.     one of the 65536 piece combinations) or  load in a saved game.
  29.  
  30.     To make your choice hit one of  the following letters 'P', 'R', 'S' or
  31.     'L'. If you press 'S' (select)  you  will  be asked to enter the piece
  32.     combination identification. This is a number between 0 and 65535.
  33.  
  34.     If you hit 'L' (load) you will be  asked to enter the file name of the
  35.     saved game that  you  wish  to  continue  with.  Whichever  option you
  36.     choose, the screen will clear and an 8  x 8 grid will be drawn with 12
  37.     bins at the bottom containing the pieces.  A crosshair at the top left
  38.     of the grid shows your current position.  You can move it around using
  39.     the cursor keys.
  40.  
  41.     To pick up a piece move your crosshair  down until it is on one of the
  42.     bins at the bottom. Move left and  right  until you are over the piece
  43.     you wish to pick up. Press 'Z'  and  the  piece will be picked up. You
  44.     will jump back to the bottom line of the grid.
  45.  
  46.     To rotate the piece hit 'X'. Move and  rotate the piece until it is in
  47.     the desired position and orientation then hit  'Z' to drop it. The box
  48.     at the bottom left informs you if  you can drop the piece. If dropping
  49.     it would mean it would be over a piece already on the grid, 'NO' will
  50.     be displayed in the box and you will be prevented from dropping it.
  51.  
  52.     If it is clear to drop the  piece,  'OK' will be displayed in the box.
  53.     To pick up a piece from the  grid  press  'Z' when you are over it. To
  54.     put a piece back in a bin,  pick  up  a  piece and take it down to the
  55.     bins and it will be dropped  automatically. The game continues in this
  56.     way until you either complete the  puzzle (very unlikely!) or you give
  57.     up (more likely!).
  58.  
  59.     A game can be saved at any time  by pressing 'S'. You will be prompted
  60.     to enter the filename to save it under. You are not allowed to specify
  61.     an extension since it will be given a .PUZ extension automatically.
  62.  
  63.     You can quit at anytime by hitting  ESC.  This will return you to DOS.
  64.     If you hit ESC in the middle  of  a  game and the auto save feature is
  65.     enabled (which is the default) the current  state of your game will be
  66.     saved in a file ESC.PUZ which can be loaded like any other saved game.
  67.     A saved game  can  be  loaded  at  anytime  by  pressing  'L' and then
  68.     entering the filename at the prompt.
  69.  
  70.     If you are stuck, pressing  'H'  when  you  have selected a piece will
  71.     give you some help. If the piece  needs rotating, you will be told. If
  72.     it is already in the correct  orientation,  you  will be told in which
  73.     quarter of the grid it must go. Cheats be warned, you are only allowed
  74.     to use help 5 times.  If  you  get  so  annoyed  with the selection of
  75.     pieces you have been given, pressing 'N' will start a new game.
  76.  
  77.     If you don't believe the  puzzle  is  possible  with your selection of
  78.     pieces, press 'R' to reveal the solution. This will also terminate the
  79.     game.
  80.  
  81.     The score at the bottom right  is  related  to the number of moves you
  82.     make and the number of pieces you  put  on the grid. If you complete a
  83.     puzzle you also get a bonus.
  84.  
  85.  
  86.     COMMAND LINE OPTIONS
  87.  
  88.     To get a list of the options type
  89.  
  90.          CHESSPUZ ?
  91.  
  92.     and a list will be given. The options are
  93.  
  94.          e EGA colour graphics
  95.          c CGA colour graphics
  96.          m CGA monochrome graphics (4 grey levels)
  97.          s disable shading of placed pieces (when a pieces is placed
  98.            on the grid it is shaded to make it more clear that is on
  99.            the grid.)
  100.          q quit without saving (disables the auto save feature when
  101.            you hit ESC.)
  102.