home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ARCADE / 2038 / 2038.TXT next >
Text File  |  1996-12-09  |  3KB  |  94 lines

  1. Bombman! - December 9, 1996 - Version 2.1 - By Israel Geron T. 
  2. --------------------------------------------------------------
  3.  
  4. Introduction
  5. ------------
  6. I start programing Bombman as soon as I found the GDK library in the MSDN CD-ROM.
  7. The idea of writting a game, something I didn't do for a long time ( Since my C64 childhood
  8. days ) made me happy. I had different thoughts about the game I want to ReMake and finally
  9. I chose this game because it is one of my favourits and it seems the most easy to make.
  10. I tried to stick to the original design, using an old photograph for the first version,
  11. and the the real thing for the second version ( it seems to be that picture was very 
  12. different from the original ).
  13.  
  14. When I played again in the original game I noticed many things that not implemented 
  15. in the first version like pattern in the criminal movements ( one wave is wild and the 
  16. next one is not ), his smile when you fail...
  17. and many other things so I tried to implement them too.
  18.  
  19. The game has been developed with MSVC 4.2 with the GDK, My Shrink Icons Editor 
  20. during strange hours, and I hope it has the original game 'feel' and spirit.
  21.  
  22. System Requirements:
  23. --------------------
  24. This program requires Windows 95 with DirectX or Windows NT 4.0.
  25.  
  26. Sound Notes:
  27. --------------------
  28. This program contains routines to play digital sound on any sound
  29. card because the DirectSound routines.
  30.  
  31. Distribution:
  32. -------------
  33. Freely distribute this game under the following condition:  
  34. always distribute the following files, contained in the original upload ZIPfile:
  35. None of the following files may be modified!
  36.  
  37.         BOMBMAN.EXE     
  38.         README.TXT      
  39.  
  40. Controls:
  41. ---------
  42. Use mouse for side-to-side movement.
  43. Use left mouse button to start bombs dropping.
  44.  
  45. Additional Keys:
  46. ----------------
  47. [F1]  - Start the game.
  48. [F2]  - Turn sound on and off.
  49. [ESC] - Quit game.
  50.  
  51. Game Rules:
  52. -----------
  53. Bombman! features a mad criminal who moves randomly across the
  54. top area of the screen, raining bombs down upon you. Your mission 
  55. is to catch the bombs with your buckets of water.
  56.  
  57. When the game starts, you have three buckets of water
  58. to catch the Bombman falling bombs. Each time you
  59. miss catching a bomb you lose one of your beloved buckets.
  60. When all of your buckets are gone ... GAME OVER.
  61.  
  62. You will get a New Bucket for every 1000 points you score
  63. only if you have less than three buckets. However you may never have more than
  64. three buckets.
  65.  
  66. Scoring:
  67. --------
  68. Every bomb you catch is worth 1 point multiplied by the
  69. wave number. Each wave has more and more bombs.
  70.  
  71. Additional Credits:
  72. -------------------
  73. Thanks to my beloved wife Ifat who was patient to all my crazy ideas 
  74. and helped me to test the game.
  75. Also Thanks to Yaron Golan & Alex Zlatkin for testing the game.
  76.  
  77. Additional Notes:
  78. -----------------
  79. This game is complete freeware, you don't have to register/pay/contribute
  80. or whatever, it's free !!.
  81. This software is provided "as-is," and I sincerely hope that you
  82. enjoy playing the game. If you feel it is worthwhile just send me
  83. a postcard to this address:
  84.  
  85.         Israel Geron T.
  86.         Country:  Israel
  87.         City:     Herzeliya     
  88.         Street:   Bney Binyamin 23b     
  89.         Zip Code: 46362    
  90.         
  91. Internet Support:
  92. -----------------
  93. Contact israelt@actcom.co.il for support via email.
  94.