home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / GAMES / NUMPUZ2.LBR / NUMPUZ.DZC / NUMPUZ.DOC
Text File  |  2000-06-30  |  896b  |  30 lines

  1.                                NUMPUZ
  2.  
  3. This program emulates the sliding tile puzzle ie fifteen numbered
  4. tiles in a frame, the object being to arrange them in ascending 
  5. order.  The tile are moved by placing the cursor in one adjacent
  6. to the blank space and hitting <space> or <return>.  Brief help 
  7. is available in the program.
  8.  
  9. The program is written for CPM3 specifically on a Bondwell 14. If 
  10. your machine runs CPM3 and has similar low-resolution graphics,
  11. you may only need to change one or other of the following and
  12. recompile:
  13.  
  14.           Item         Value
  15.  
  16.     Screen Location        F800h 
  17.     Line length        50h
  18.     Cursor up        ^E(05h)
  19.     Cursor left        ^S(13h)
  20.     Cursor right        ^D(04h)
  21.     Cursor down        ^X(18h)
  22.  
  23. All are defined in the first few lines of the program....
  24. best of luck.
  25.  
  26.                     Doug Neil        h)
  27.     Cursor down        ^X(18h)
  28.  
  29. All are defined in the first few lines of the program....
  30. bes