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 / DEMON / WANDERER.LBR / WANDERER.DZC / WANDERER.DOC
Text File  |  2000-06-30  |  3KB  |  71 lines

  1. Wanderer.
  2.  
  3. The idea of the game is to wander around the screen picking up diamonds,
  4. and when you have them all, exit. However there are a few things to make
  5. life difficult. Here is a list of what you will see in the play area.
  6.  
  7. @        You.
  8. = #        Impassable rock.
  9. !        Landmines - these explode if you move on top of them.
  10. / \        Deflectors - boulders, arrows and balloons slide off these.
  11. O        Boulders - these will fall down when their support is
  12.         removed. They kill you if they land on you.
  13. < >        Speeding Arrows - These run left or right as appropriate,
  14.         and will slide off boulders, just like they do off deflectors.
  15.         These also kill you when they hit you.
  16. ^        Balloons - these go up, they are also popped if hit by
  17.         speeding arrows. They do not kill you if they hit you.
  18. *        Diamonds - these are what you are after - score 10 points.
  19. :        Passable earth - goes away when you dig through it - score
  20.         1 point.
  21. T        Teleport - Moves you somewhere else, and scores 20 points when
  22.         you use it.
  23. X        The way out - you can't get out unless you have got all the
  24.         diamonds - score 250 for a successful escape
  25. C        Time capsule - on some screens where moves are limited these
  26.         give you 250 extra moves, and scores 5 points.
  27. M        Big monster - always chases you. It can be killed by falling
  28.         boulders, or speeding arrows, but not by balloons. Scores 100
  29.         when you kill him.
  30. S        Small monster - these run round things, but if they run
  31.         into you they will eat you. They can be caught in .....
  32. +        Cages. These catch one Small monster each, and turn into
  33.         diamonds, and score 20 points
  34.  
  35.  
  36. To move around use H J K L (H left, J down, K up, L right)
  37. To quit, use Q
  38. There is a screen jump facility built in, to jump to any screen, type ~
  39. and the number of the screen you want to jump to
  40.  
  41.  
  42. In addition there is a screen editor built into wanderer. This allows
  43. you to create your own screens. Just say
  44.  
  45. A>WANDERER -E
  46.  
  47. and you are in the editor. The motion keys will move you around (HJKL),
  48. typing other letters (as shown in the instructions) will place that
  49. item at the current cursor location. Other commands are:
  50.  
  51. Q        Quits editing session, and save current changes. While
  52.         a screen is being edited, it is kept in a file SCREEN,
  53.         this command writes the screen out to SCREEN, and returns
  54.         to CP/M.
  55.  
  56. P        Play the current screen. This first writes the screen to
  57.         file SCREEN, and then enters normal play mode so you can
  58.         test the screen.
  59.  
  60. V        Alter the number of moves for the screen. To allow unlimited
  61.         moves, enter zero.
  62.  
  63. A note about screens:
  64.  
  65. In the rightmost column of screens, you may see '-' characters. These are
  66. translated to spaces for playing, and are necessary because certain
  67. editors have a tendancy to trim trailing spaces from text files being
  68. edited. It would be best to leave these as is, because if someone else
  69. ever goes to work on your screen with such an editor, and the '-'s are
  70. NOT there, then the screen will get broken.
  71.