home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / network / dfa / dfa.txt < prev    next >
Encoding:
Text File  |  1991-06-28  |  3.6 KB  |  91 lines

  1.                             Death From Above
  2.                                   2.00
  3.                            A Projectile Game
  4.  
  5.                                    by
  6.  
  7.                                Wim Bonner
  8.  
  9.                        wbonner@yoda.eecs.wsu.edu
  10.                       27313853@WSUVM1.CSC.WSU.EDU
  11.                        72561,3135@Compuserve.com
  12.  
  13.                             Special thanks:
  14.                                Todd Crowe
  15.                                Ed Grether
  16.                               Fred Hunter
  17.                              Jeff Kavanaugh
  18.                                Brian Cost
  19.  
  20. Death from above is a fairly self explanative ballistic game.  The object
  21. of the game is to kill off the other players.  Your arsenal is made up
  22. of a cannon that you can rotate through 180 degrees, from 0 degrees
  23. facing right, to 180 degrees facing left.  You launch an explosive
  24. object from the muzzle at a speed and angle you select, and from there
  25. on it travels by the laws of physics.
  26.  
  27. The main controls allow you to adjust the angle and thrust.
  28.  
  29. There is a separate player setup control which allows you to Change
  30. your name, Change your color, and change the size of the explosive
  31. charge you throw.
  32.  
  33. The size of the explosive can have interesting effects.  The explosive
  34. size is directly related to the size of the hole in the ground when the
  35. projectile lands, and it is also directly related to the mass of the
  36. object.  If you increase the size of the explosive, the bomb is not
  37. going to go as far, and it is going to make a bigger hole.
  38.  
  39. You can blow yourself up.  You don't get credit for the kill if you kill
  40. yourself.
  41.  
  42. --
  43.  
  44. This game is designed to run across a LanManager Based network.  It
  45. should work across any other network under OS/2, but as I have not had
  46. the ability to test on anything other than LanMan, I can not guarantee
  47. it.
  48.  
  49. --
  50.  
  51. The DFASERVR.EXE program must be started first.  If you plan on playing
  52. across a network, the DFASERVR program must be run on a network server
  53. that has been set up to share Named Pipes.
  54.  
  55. With version 2.0 of this program, the server automatically supports up to
  56. 6 players.
  57.  
  58. --
  59.  
  60. To start play, each player connects to the server by running a copy of
  61. DFA.EXE.  DFA will take an argument of a server name if you want it to
  62. default to connecting to a particular network server.
  63.  
  64. The window that comes up allows you to select where DFASERVR.EXE is
  65. running.  The program makes a lan manager call to see if there are other
  66. machines available to connect to beyond the local machine.  If you
  67. specified a server on the command line, it is listed as the default
  68. server to connect to, otherwise your local machine is assumed to be the
  69. default.
  70.  
  71. Your player controls appear when you have the ability to shoot, and are
  72. not visible again till every player has taken a shot.
  73.  
  74. The server program exits when there are no longer any people alive in
  75. the current game.
  76.  
  77. --
  78.  
  79. I have written this program as a learning tool in Presentation Manager
  80. Programming, as well as interprocess communication and Multi-threaded
  81. programming.  As such I am not asking for money in distribution of this
  82. program.  I would like to know of any problems you run into with this
  83. program.  Actually I would like just about any comments you can make on
  84. the program.
  85.  
  86. My compuserve electronic mail address will be my most long term email
  87. address, but while I am still a starving college student, my other two
  88. addresses will be checked much more frequently.
  89.  
  90. Enjoy the game...  Up to 6 at a time, from anywhere over a network.
  91.