home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xblockbuster103 / xblockbuster.hlp < prev    next >
Text File  |  1994-05-14  |  7KB  |  173 lines

  1. 1 XBLOCKBUSTER \- 
  2. Break out type game under X
  3.  
  4. SYNOPSIS
  5.  
  6.  $ xblockbuster -playground play_ground -display display
  7.                 -geometry geometry -nopause
  8.  
  9. 2 DESCRIPTION
  10. XBlockbuster is a variation of the break-out type games, only a bit more
  11. complex in the type of bricks it has and effects the bricks have.  It is
  12. X11 based.
  13. The object of the game is to collect as many points as possible by
  14. busting through blocks of various types with a ball that reflects from 
  15. the blocks and from a pallet controlled by mouse movement.
  16.  
  17. The ball must be seen as a high-energy particle that penetrates the block
  18. before being repelled.
  19. If it gets repelled into another block it will find its own way out again.
  20. This process, which often leads to surprises, is known as tunnelling.
  21.  
  22. (By design, tunnelling only occurs along a horizontal connection between blocks
  23. or along the vertical sides, so never vertically between blocks.)
  24.  
  25. As the game progresses, balls are launched faster and faster.
  26. When the speed has reached it maximum, the pallet is gradually,
  27. though cumulatively, shrunk.
  28. Be aware that the maximum launch speed (see below),
  29. and hence the point from which the pallet is shrunk,
  30. is only 2/3 of the speed limit, and the effect is much larger than that of
  31. hitting a speeder (but of course you may hit them often).
  32.  
  33. The pallet is convex.
  34. Hence reflection is a function of both the incoming angle and the excentricity
  35. of the point of impact.
  36. If the pallet is sufficiently convex (differs from stage to stage), the ball
  37. may even rebound.
  38.  
  39. The mouse buttons control the pallet:
  40. LEFT moves it up one row, MIDDLE moves it all the way down again.
  41. Each ball is launched with the RIGHT mouse button.
  42.  
  43. A stage can be halted by closing the window.
  44. Be advised however, that the game will resume immediately upon opening the
  45. window.
  46. If no-pause has not
  47. been selected (see below), moving the pointer out 
  48. of the XBlockBuster window will also stop the action.
  49.  
  50. During a game, the score, number of balls left and speeds are shown.
  51. The speeds are represented by up to 3 thin lines (one for each ball),
  52. above a thick line representing the speed limit.
  53. The short vertical bar indicates the launch speed
  54. (black upon reaching the maximum launch speed, white below that).
  55. If, during a stage, you have busted a 'double' or 'triple' brick, your
  56. bonus multiplier will also be displayed at the top.
  57.  
  58. A game can be saved in between stages with the Escape key.
  59. At this point, as well as at the end of the game, your score is logged.
  60. The score board shows scores, number of balls left between parentheses if any
  61. and user name.
  62. Finally, an indication of your current pallet shrinkage is given.
  63.  
  64. At any time, 'q' or 'Q' may be pressed to quit the present game.  This quits
  65. the game immediately, so may be useful if your boss is closing in.  Also
  66. useful if you mess up on the first stage, and thus, continuing play of that
  67. game is no longer worth it.
  68.  
  69.  'P' or 'p' may be pressed during the game to toggle the no-pause option.
  70. When no-pause is active, the game will continue even when the mouse pointer
  71. is outside the window.  With it turned off, action stops once the mouse
  72. pointer is outside the window.
  73.  
  74. 2 COMMAND_LINE_OPTIONS
  75.  
  76.     -playground playground
  77. This determines the playground to use.  Either the directory containing
  78. the score file, stages, and save directory can be given, or only the
  79. final part after the STAGES name can be given for public play grounds.
  80.  
  81. By default, the standard playground will be used if this option is
  82. not given.
  83.  
  84. To see a list of the public play grounds, enter list\fB as the 
  85. playground name.
  86.  
  87.     -display display
  88. This is the display to run XBlockBuster on.  If not otherwise specified,
  89. the DISPLAY environmental variable will be used to determine the 
  90. display to use.
  91.  
  92.     -geometry geometry
  93. This is the geometry to use for the XBlockBuster window.  Only the
  94. positioning, and not size, information is used.  If size information
  95. is given, it is just ignored.
  96.  
  97.     -nopause
  98. Determines if no-pause mode is on by default when the game is started up.
  99. When no-pause mode is on, action continues if the mouse pointer is outside
  100. the XBlockBuster window.
  101.  
  102. 2 NOTES
  103.  
  104. In order to avoid infinite loops
  105. (i.e., the ball(s) never reflecting from the pallet),
  106. a ball will, upon hitting too many solid bricks,
  107. undergo a horizontal shift,
  108. proportional to, but opposite to the current horizontal speed.
  109.  
  110. The score board imposes a maximum on the number of entries for any given user
  111. name. If your current score didn't make it onto the score board,
  112. it will be displayed at the bottom.
  113.  
  114. If a score entry is detected which obviously must have originated from a saved
  115. game which for some reason "died", a `+' is appended and the entry will hence
  116. forward be treated as any completed game.
  117.  
  118. A common problem players encounter is that of losing track of their mouse.
  119. Be advised that mouse movement only alters the horizontal pallet position,
  120. but the mouse of course may move vertically as well.
  121. If your mouse is not neatly perpendicular to the reflection plate, you may
  122. find yourself outside the window, halting play.
  123. For this reason the horizontal crosshair is shown at the window border,
  124. helping you to keep track of the mouse.
  125.  
  126. By design, the pointer is invisible while in the XBlockBuster window.
  127. I found that a visible pointer in the window was very distracting
  128. during play.
  129.  
  130. 2 X_Defaults
  131.  
  132. The resource name XBlockbuster
  133. can be used to control the color the bricks to be displayed.  Each brick
  134. has both a foreground and background color that can be displayed.  The
  135. format is brickcode_fg or brickcode_bg.
  136.  
  137. code represents the brick code, as detailed above.  Therefore a line such
  138. as:
  139.  
  140. XBlockbuster.brick0_fg:        green
  141.  
  142. Makes the foreground color of the solid brick green.
  143.  
  144. In addition, the resource alternate_bricks
  145. exists.  If selected,  alternate brick patterns will be used on color displays.
  146. The alternate bricks tend to take coloring better than the standard bricks.
  147. If you want to use alternate bricks, add the line:
  148.  
  149. XBlockbuster.alternate_bricks:  True
  150.  
  151. to your .Xdefaults file.
  152.  
  153. The coloring information and alternate brick request is ignored on
  154. black and white systems.
  155.  
  156.  
  157. 2 BUGS
  158. When two balls hit the same brick simultaneously,
  159. one may leave a shadow on the stage.
  160.  
  161. If the ball hits the bottom corners of the playing area, they will at times
  162. reflect back in a reverse direction, instead of reflecting downward and
  163. out of bounds.
  164.  
  165. XBlockbuster uses a public colormap for systems which use color.  If it is
  166. unable to get all the colors it wants, it will use black and white for
  167. the bricks it was unable to color.  If using alternate bricks, it can be
  168. difficult to differentiate bricks without the coloring.
  169.  
  170. Only a few of the standard command line X arguements are interperted.
  171. Likewise,
  172. only a few of the standard X defaults (in the .Xdefaults file) are used.
  173.