home *** CD-ROM | disk | FTP | other *** search
/ Windows CE - The Ultimate Companion / ROMMAN_CE.iso / Files / Programming / Basice / Digger / DIGGER09.TXT < prev   
Text File  |  1997-12-10  |  4KB  |  96 lines

  1. DIGGER V0.9 for BasiCE
  2. Author: Li Rong
  3. email: lrong@watfast.uwaterloo.ca
  4. (http://pami.uwaterloo.ca/~lrong/win-ce/digger.html)
  5. Last update: December 10, 1997
  6.  
  7. DIGGER for BasiCE is a conversion of an Apple II game which I wrote 
  8. around 15 years ago (sorry, this is not a clone of the famous "digger" 
  9. for PC/XT, but rather a similar one). Unfortunately, I lost the 
  10. Apple II code so I wrote it from scratch, based on my memory. I tried 
  11. to make it the same as the original one.
  12.  
  13. DIGGER was written in the BasiCE language, thus the source code is 
  14. the program itself. I haven't touched Basic for more than 10 years
  15. so I have to pick it up with some Visual Basic books and the help
  16. files of Microsoft QuickBasic. Please don't blame me on my poor
  17. Basic coding.
  18.  
  19.  
  20. * Installing and Running
  21.  
  22. DIGGER requires that BasiCE be properly installed in your HPC. 
  23. BasiCE was developed by Dean Gienger (deang@usa.net). It's a 
  24. implementation of the BASIC language for Microsoft Windows CE.
  25. For more details on how to download and install BasiCE, please
  26. refer to "http://www.ziplink.net/~maxm/windowsce/software.html".
  27. Dean's BasiCE is an excellent work. Many thanks!
  28.  
  29. After downloading DIGGER, unzip the file and copy digger.bas to 
  30. the Basice directory in your HPC. Launch BasiCE and use the menu 
  31. options "File", "Open", and select digger.bas. Please be patient 
  32. when BasiCE is loading file (it takes a few seconds), until the 
  33. "Ready" prompt appears, type "go" and Enter, or use the menu 
  34. options "Control" and "Run" to run DIGGER.
  35.  
  36.  
  37. * How To Play 
  38.  
  39. You (the digger) are digging in the sand to collect diamonds while 
  40. trying to avoid the predator and the ghost. Use the four arrow keys 
  41. to move the digger. You fail if you are caught by the predator. 
  42. Your digging speed in sands is twice as fast as the predator's, but 
  43. in the tunnels you dug, you are four times faster than it is. 
  44. However, the ghost appears randomly in your tunnels and fills them 
  45. with sands. Besides, if you are caught by the ghost, you will lose 
  46. some of your scores. There are magic bottles scattered in the sands. 
  47. Once you get hold of a magic bottle, for several steps the predator 
  48. becomes your prey. You have to take your time to catch it since your 
  49. "magic" does not last long. After you collect all the diamonds, you 
  50. are entering the next level.
  51.  
  52. When you are playing DIGGER, at the bottom line of the displaying 
  53. window, you can find useful information, such as your score and the
  54. "magic steps" left for you. At anytime, you can press "ESC" to exit
  55. the game.
  56.  
  57. This is a strategic game, somewhat like chess: your enemies don't 
  58. move until you move. So please plan well before you move.
  59.  
  60.  
  61. * Legal Stuffs
  62.  
  63. 1. Disclaimer of Warranty
  64.    This Software is free and provided on an "AS IS" basis, without 
  65.    warranty of any kind, including without limitation the warranties 
  66.    of merchantability, fitness for a particular purpose and non-infringement.
  67.    The entire risk as to the quality and performance of the Software is
  68.    taken by the user. Should the Software prove defective, the user, and 
  69.    not the developer, Li Rong, assumes the entire cost of any services 
  70.    and repair. Any On-line Services charges that result from the use of 
  71.    this program are the sole responsibility of the user.
  72.  
  73. 2. This software is freely distributable but remains the property of the 
  74.    author and may not be altered in any way, nor may the distribution package 
  75.    be altered in any way, without expressed approval from the author.
  76.  
  77. 3. You are specifically prohibited from charging, or requesting donations, 
  78.    for any such copies, however made; and from distributing the software 
  79.    and/or documentation with other products (commercial or otherwise) 
  80.    without prior written permission from the original author.
  81.  
  82.  
  83. * FeedBack
  84.  
  85. Suggestions and comments are welcome. I can be reached at
  86. "lrong@watfast.uwaterloo.ca"
  87.  
  88. Enjoy!
  89.  
  90. Li
  91.  
  92.  
  93.  
  94.  
  95.  
  96.