home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / HP95_100 / HP_GAME / AG / AG.ZIP / READ.ME < prev   
Encoding:
Text File  |  1991-10-08  |  4.4 KB  |  166 lines

  1. Chess instructions
  2. ==================
  3.  
  4. Chess is written in hand coded assembler
  5. for speed and I have spent a lot of
  6. time doing graphics on the HP95LX.
  7.  
  8. On level 1 you can expect moves to be
  9. made in less than 10 seconds. Level 2
  10. in less than a minute. Each level the
  11. time take is multiplied by about 6.
  12. Each level is two move plies of
  13. searching. Level 2 plays a good fast
  14. game.
  15.  
  16. CHESS.EXE must be executed from the
  17. filer, or from DOS.
  18.  
  19. To move your pieces, you can use the
  20. space or enter key to select pieces.
  21. The cursor keys or the numeric keypad
  22. move your pointer around the board.
  23.  
  24. When it is your turn, the computer will
  25. flash your kings piece.
  26. Before you have selected a piece on
  27. your turn you may press 'N' for a new
  28. game, or 'S' to swap sides with the
  29. computer.
  30.  
  31. If ESC is pressed at any time, the
  32. current board will be saved into a
  33. file called C:\_DAT\CHESS.CNF.
  34. when chess is next run you will be asked
  35. New Game (Y/N)? if you press N the game
  36. will continue from where it was saved.
  37.  
  38. Please let me know of any bugs, or how
  39. many times you beat it and any silly
  40. mistakes it makes.
  41.  
  42. =======================================
  43.  
  44.  
  45. Invaders Instructions
  46. =====================
  47.  
  48. For people who like less 'serious'
  49. games I have included a version of
  50. space invaders for the HP. This is
  51. also coded in assembler specifically
  52. for the HP.
  53.  
  54. You may find batteries not lasting
  55. long with this game as the processor
  56. is working so hard. The display contrast
  57. may also have to be increased (ON +)
  58. so you can see the aliens bullets.
  59.  
  60. Invaders has a high score table that is
  61. stored in the file C:\_DAT\INVADERS.CNF
  62.  
  63. Basically you must shoot all the aliens
  64. before they reach your level. Each
  65. alien in worth 75 points. Motherships
  66. sometimes fly across the top of the
  67. screen, these are worth 250 points.
  68. You have a 50% chance of killing an
  69. aliens bullet by shooting it.
  70. I have found the display less useable
  71. when a power adaptor is installed as
  72. when the refresh rate increases and it
  73. gets more 'muddy'.
  74.  
  75. Extra lives come at every 10000 points.
  76. The highest I have got is about 30000!
  77.  
  78. I have been playing this for some time
  79. now and have not 'broken' my keyboard
  80. yet, these HP keys can take a lot of
  81. punishment!
  82.  
  83. Move/fire keys for both left and right
  84. handed people have been included.
  85.  
  86. =======================================
  87.  
  88.  
  89. These programs were written mostly ON
  90. the HP using the MEMO built-in editor
  91. and assembled with OPTASM and OPTLNK
  92. which are the fastest, smallest and
  93. most reliable assemblers I know of.
  94. A86 is much smaller and faster, but
  95. it corrupted my drive C the first
  96. time I ran it...Beware!
  97.  
  98. Please support hand coded assembler
  99. programs written only for the HP95LX!
  100.  
  101. I hope you find either of these
  102. programs entertaining. These versions
  103. have been made shareware. This means
  104. that I have worked on these programs
  105. in my spare time, in the hope that
  106. people will find the HP95LX a more
  107. powerful machine than they thought, and
  108. encourage other people to buy one.
  109.  
  110. To register your copy of these programs
  111. please send a check or money order for
  112. $25.00 to Andrew Glaister at:
  113.  
  114. 1391 S. Old Wilke Rd,
  115. Arlington Hts. IL.
  116. 60005
  117.  
  118. If you have any comments or suggestions
  119. please contact me on Compuserve as
  120. Andy_G, or at home at 708-670-8331.
  121.  
  122. I will be working on additions to the
  123. chess program, such as faster speed,
  124. hints, take back, setup board, SYSMGR
  125. compliancy etc...This version will only
  126. be available to registered users.
  127.  
  128. If you would like this next update on
  129. a 720k IBM format 3.5" floppy then
  130. please enclose another $5.00 for the
  131. disk and postage. Otherwise I will
  132. upload the file in a passworded ZIP
  133. and EMAIL registered users the password.
  134.  
  135. This information is correct as of
  136. October 91.
  137.  
  138. If you do copy these file to friends,
  139. or upload them to another BB, please
  140. copy this file as well.
  141.  
  142. These programs may not be resold or used
  143. for anything other than personal use.
  144. These programs may not be modified in
  145. any way without my permission.
  146.  
  147. Obviously if your HP blows-up/dies
  148. turns green/ speaks etc... I will
  149. not be held responsible. I have tried
  150. to ensure there are no errors in the
  151. software, but I am human....
  152.  
  153. I am working on a number of commercial
  154. programs (and maybe a games card). I
  155. made these shareware to see if it is
  156. possible to distribute programs by
  157. peoples good will. I wrote these by
  158. reverse engineering the HP and
  159. information on Compuserve.
  160.  
  161.  
  162. Many thanks,
  163.  
  164. Andrew Glaister.
  165.  
  166.