home *** CD-ROM | disk | FTP | other *** search
/ Windows CE - The Ultimate Companion / ROMMAN_CE.iso / Files / Programming / Basice / Sabotage / SABOTAGE.TXT < prev   
Text File  |  1997-11-14  |  3KB  |  70 lines

  1. Sabotage V:1.1 for BasiCE
  2. Author: Ricardo Barijan
  3. email: barijan@usa.net
  4. http://www.geocities.com/SiliconValley/Park/7794
  5. Last update: November 13, 1997
  6.  
  7. Sabotage is a conversion of the classic Apple II game with same name.
  8. Although it's basically the same game it's controls are slightly
  9. different than the original.
  10.  
  11. Instead of the point-and-shot style you should control your cannon
  12. using the numeric keys 1, 2, 3, 4, 5, 6, and 7.
  13. Each of them will shot in a different direction as shown below.
  14. Its much more practical when using a small HPC keyboard:
  15.  
  16.     3   4   5
  17.  2_  \  |  /  _6
  18.    \__\ | /__/
  19.       \\|//
  20. 1------   ------7
  21.        [^]
  22.  
  23. Press P to pause and Backspace to finish the game. Press Backspace
  24. again to quit.
  25.  
  26. Sabotage was developed using the BasiCE language, and typed in directly
  27. at my Cassiopeia's keyboard. What a masochism, eh?
  28.  
  29. As it's interpreted Basic, the source code is the program itself.
  30. Most of the routines were written in a weird way in order to improve
  31. the overall speed of the game. Don't blame me, it's Basic.
  32. I'd rather make games in C but I cannot afford the Microsoft C++ cost.
  33. Take a look on my PC game written in C called Back to the Moon, at:
  34. http://www.geocities.com/SiliconValley/Park/moon.htm
  35.  
  36. Sabotage requires that you have a copy of BasiCE properly installed in
  37. your HPC. Follow the instructions in the BasiCE documentation to
  38. install it correctly.
  39.  
  40. BasiCE was developed by Dean Gienger (deang@usa.net). It's a full
  41. implementation of the BASIC language for Microsoft Windows CE.
  42. BasiCE features include support for floating point, long variable
  43. names, procedures, functions, a user extensible run time extension
  44. library, and the ability to draw graphics.
  45. Get you BasiCE at http://www.ziplink.net/~maxm/windowsce/software.html
  46. Thanks Dean.
  47.  
  48. The editor I used was Jimmy's Notepad (jimmy@jimmy.com).
  49. Visit Jimmy at http://www.jimmy.com and get your copy, as well several
  50. other goodies, many of them for free.
  51. Thanks Jimmy.
  52.  
  53. Installing and Running Sabotage:
  54.  
  55. After downloading it unzip the file and copy SABOTAGE.BAS to the BASICE
  56. directory in your HPC. Launch BasiCE and use the menu options FILE,
  57. OPEN, and select SABOTAGE.BAS.
  58. When the "Ready" prompt appears, just type GO and Enter, or use the
  59. menu options CONTROL and RUN.
  60. If you have problems running Sabotage, feel free to drop me a mail at
  61. the address below.
  62.  
  63. If you got the version 1.0 during November 12-14, try this new version
  64. with improved timming and speed.
  65.  
  66.  
  67. November 13, 1997
  68. Ricardo A. Barijan
  69. barijan@usa.net
  70.