home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armgames / !SnakeDoor / ReadMe < prev    next >
Text File  |  1994-09-01  |  2KB  |  82 lines

  1.                 Snake Game by Richard Paddle
  2.                 ============================
  3.  
  4. This program is COPYRIGHT. (C)1993 Richard Paddle
  5.  
  6. If you like it you can get a registered copy for £5 by sending
  7. a 3.5" disc, SAE and a cheque for £5 made payable to:
  8.  
  9. Richard Paddle,
  10. 163 Ebberns Road,
  11. Apsley,
  12. Hemel Hempstead,
  13. Herts.
  14. HP3 9RD.
  15. Tel: 0860 128277
  16.  
  17.  
  18. and you will then receive the full version.
  19.  
  20.  
  21.           How to set the door up
  22.           ======================
  23.  
  24. What you need to do:
  25.  
  26. Firstly you will need to edit the config file
  27. Set the doornumber you wish snake to repond to.
  28. Set the Quit delay.
  29.  
  30. Next you need to write the Menu data files for ARCbbs an example is
  31. given below. This Shows the user the instruction screen, then enters
  32. the door, and after the game displays the high score:
  33.  
  34. |Snake game
  35. DOING"Snake game"
  36. TYPE <ARCbbs$text>.SnakeIns
  37. ANYKEY
  38. OSCLI "WimpTask <ARCserver$Dir>.^.!SnakeDoor"
  39. DOOR 4
  40. TYPE <ARCbbs$text>.SnkScr
  41. ECHO "{bfgbg wb}                                Press any key{eol std}"
  42. ANYKEY
  43. ECHO
  44. GOTO games
  45.  
  46. Note you should put the Instruction screen in the ARCbbs text directory
  47.  
  48. Below is also a little file to display the high scores:
  49.  
  50. | Snake Scores
  51. DOING "Snake Scores"
  52. TYPE <ARCbbs$text>.SnkScr
  53. ECHO "{bfgbg wb}                             Press any key{eol std}"
  54. ANYKEY
  55. ECHO
  56. GOTO games
  57. |
  58.  
  59. An example Instruction page is also included within this application
  60. called SnakeIns
  61.  
  62.  
  63.             Notes for the Unregistered
  64.             ==========================
  65.  
  66. This program is copyright.
  67. As an unregistered user the highscore table prints Unregistered instead
  68. of the usersname, The BBS name is printed as UNREGISTERED and there is
  69. a maximum score of 20
  70.  
  71. You can obtain a registered version for £5, see note at top of this file
  72.  
  73.  
  74.              Any suggestion etc to...
  75.              ========================
  76.  
  77. Richard Paddle@2:257/120           or
  78. Richard Paddle@2:254/27            or
  79. richard@arcade.demon.co.uk
  80.  
  81.  
  82.