home *** CD-ROM | disk | FTP | other *** search
/ House of Games 2 (Hi-Tech Products) / House_of_Games_II_Hi-Tech_Products.iso / games / 163 / register < prev    next >
Text File  |  1991-06-14  |  11KB  |  237 lines

  1.                                 MunchGuy
  2.                               ------------
  3.  
  4. The Game:
  5. -----------
  6.  
  7.         I hope you enjoy playing Munch Guy -- I enjoyed writing it.  The 
  8. project took me about two weeks to complete, but was a lot of fun.  
  9.  
  10.         Below, you will find a little documentation about the game, some 
  11. information about registration, what you will get if you do register the 
  12. program, and finally a registration form which you can send to me, but first 
  13. I will tell you a little about myself.
  14.  
  15. About The Author:
  16. -------------------
  17.  
  18.         My name is Kevin Dorff.  I am be working with computers since about 
  19. 7th grade when my brother got a Timex/Sinclair 1000 with a whopping 16k of 
  20. RAM.  It was on this machine that I wrote my first programs, in BASIC.  Many 
  21. of the programs I wrote were very simplistic, and never actually worked, but 
  22. the machine sparked my interest.  
  23.         Soon after, I convinced my parents to buy me a Commodore Vic-20 and 
  24. tape drive.  It was on this machine that I really started to love computers.  
  25. I learned to do very simple graphics and wrote a "Space Invaders" type game 
  26. (again in BASIC).  After a few months I grew out of the Vic-20 and got a 
  27. Commodore 64.  The Commodore 64 is where I REALLY learned to program BASIC.  
  28. I spent hours and hours studying other peoples programs, and writing many
  29. of my own.  I took a class in BASIC when I got to High School, but found it 
  30. overly simple (I already had a lot of experience with the language).  I got a 
  31. modem in 9th grade and got into telecommunications.  In 10th grade I got 
  32. an IBM PC compatible. (This is the same machine I use now, but it has been 
  33. greatly upgraded since then. I plan to move to a fast 286 or a 386SX soon.)
  34. In 11th grade I learned Pascal (of the Turbo variety) and in 12th grade I 
  35. learned IBM Assembly.  
  36.         After graduation I started attending New Mexico Institute of Mining
  37. and Technology, majoring in (what else?) computer science.  This information 
  38. has yet to surprise anyone who knows me.  There, I learned how to zip through 
  39. the UNIX operating system, and continued to work with Pascal, but also learned
  40. Sun Assembly and 'C'.  After two years at Tech, I transferred to New Mexico 
  41. State University.  
  42.         Today, I am a senior at NMSU.  I do most all of my programming in 
  43. either 'C' (in the UNIX environment) or Turbo Pascal.  I am planning to spend 
  44. more time working with graphics -- games seemed like a good area to practice.
  45. If I get good feedback from this game, I will release more of the work I do in
  46. the future, otherwise I will probably just give copies to friends and
  47. acquaintances.  Well, enough about me, lets look at the game.
  48.  
  49. MunchGuy:
  50. -----------
  51.  
  52.         The game is pretty straight-forward, everyone has played some variety 
  53. of the game, so I will not insult your intelligence... but for those who 
  54. demand it, here is some information. My machine with about 560k free, but this 
  55. game should run great in 128k.  It will run in any of four video modes: 
  56. Text, CGA, or VGA, or VGA grey-scale.  
  57.  
  58. What MunchGuy comes with:
  59. ---------------------------
  60.       
  61.      MunchGuy comes with three files:
  62.                 
  63.         MUNCHGUY.EXE   The actual game program
  64.         MUNCHGUY.DAT   Graphics information for MunchGuy
  65.         REGISTER       This document
  66.  
  67. Loading the game:
  68. -------------------
  69.  
  70.         To load the game, just enter
  71.  
  72.                MUNCHGUY [TEXT][CGA][VGA][VGAGREY] [NOSOUND] [speed] 
  73.  
  74.         When you run MunchGuy, it will try to autodetect the video mode. If 
  75. MunchGuy cannot determine your video adapter, it will ask you which video 
  76. driver to use. If you have an MDA or Hercules adaptor, the game will default 
  77. to TEXT.  If you have a CGA or EGA adapter, the game will default to CGA.  If 
  78. you have a VGA adaptor, the game will default to VGA.  If you wish to force 
  79. MunchGuy into one of the four video modes, use the command line switch TEXT, 
  80. CGA, VGA, or VGAGREY to do so.  
  81.         The TEXT mode will try to run in 40x25.  If this mode is not present, 
  82. it will run in 80x25, but only use half the screen.  In the CGA and VGA modes,
  83. the game will run in 320x200.  The only differences between CGA and VGA is the
  84. number of colors that will be used.  The difference between VGA and VGAGREY is
  85. VGA uses colors, while VGAGREY uses shades of grey. Either mode should work on
  86. ANY VGA monitor/card that I know of.
  87.      The next command line switch, NOSOUND, should be selected if you want
  88. MunchGuy to run silently.
  89.         The final command line option, speed, is used if the game runs too
  90. fast or too slow for you. In the graphics mode, speed defaults to 0, so you
  91. are forced to only slow the game down.  In text mode, speed defaults to 90.
  92. The higher the number the slower the game will run.  You should experiment 
  93. with this number.  On my Turbo XT, Text and CGA modes run great, while the VGA
  94. modes run a little slow.  If this is the case for you, you should run the game
  95. in Text or CGA mode.  On a 286 or 386 machine, the game may run too fast.
  96. Just alter this number to your liking.
  97.  
  98.         Samples:
  99.         ----------
  100.           MUNCHGUY           Autodetect video, normal speed.
  101.           MUNCHGUY 50        Autodetect video, put a 50 delay in the game.
  102.           MUNCHGUY TEXT 30   Text video mode, put a 30 delay in the game.
  103.           MUNCHGUY NOSOUND   Autodetect video, normal speed, no sound.
  104.  
  105. Some words on control:
  106. ------------------------
  107.  
  108.      From any of the opening screens, press ESC to quit the program, or any 
  109. other key to start the game.  During game play, you can press ESC to exit to
  110. the opening screens or...
  111.  
  112.         [Cursor Up] or [8]             To go up
  113.         [Cursor Down] or [2]           To go down
  114.         [Cursor Left] or [4]           To go left
  115.         [Cursor Right] or [6]          To go right
  116.  
  117.      To best control the game, it is helpful to know that MunchGuy responds
  118. best if you don't hold down the key for the direction you want to travel.  I 
  119. implemented it this way so you can select a direction ahead of time -- if you
  120. are traveling up and you press right, MunchGuy will take the next available
  121. right.  If you practice this technique, your game should greatly improve.
  122.         
  123. About the game:
  124. -----------------
  125.  
  126.      * As before, the object is to eat all the dots.  
  127.      * If you eat a power pill, for a short period of time you will be able
  128.        to eat the Ghosts.
  129.      * Entering a tunnels in any of the four walls will place you in the 
  130.        tunnel immediately opposite of the tunnel you entered.
  131.      * Occasionally a "bonus item" will appear in the maze.  The location
  132.        this object will appear is always the same as the starting position 
  133.        of MunchGuy.  In the CGA and VGA modes, the "bonus item" is one of 
  134.        thirteen graphics, depending on the level you are playing.  In the 
  135.        TEXT mode, the "bonus item" is one of the letters of the alphabet
  136.        ("A" - "Z"), again depending on the level you are playing.
  137. (new)* Entering a TelePort with move the object (MunchGuy or Ghosty) to a 
  138.        random Teleport somewhere in the Maze.  
  139.  
  140. Scoring:
  141. ----------
  142.  
  143.         Normal Dot     10 points       
  144.         Power Dot      50 points
  145.         Ghosty         100 points
  146.         Bonus Item     250 points
  147.  
  148. What you get when you register:
  149. ---------------------------------
  150.      If you use this game more than 10 days, please register your copy,
  151. otherwise erase it.
  152.      There are two registration options.  The first, registration, entitles
  153. you to run the shareware version of the game for the rest of your life, plus
  154. entitles you to information on any upgrades to this game and new releases that
  155. I put out.
  156.      The second registration option, registration PLUS, entitles you to
  157. the above, PLUS you will receive the version of MunchGuy described below
  158. and a printed manual.  
  159.  
  160.      The version of MunchGuy registered PLUS owners will received is one which
  161. can be easily "modified."  When I say modify,  I mean:
  162.  
  163.      (1) add new levels (screens)
  164.      (2) for each level
  165.            Control the relative speed of the Ghosts and MunchGuy
  166.            Control the number of ghosts (from 0 to 4)
  167.            Control how long the ghosts will remain "eatable"
  168.            Control how long the bonus will remain on the screen
  169.            Control how often the bonus will appear  
  170.  
  171.         To urge users to register and opt for the PLUS so they can "modify"
  172. the game and add their own levels, I have only included 5 levels, each with 
  173. the above parameters "locked" into their default settings.  The "modifiable" 
  174. version uses an editable data file which lets you enter the parameters as you 
  175. wish to play them. It also includes printed documentation describing HOW to
  176. edit this data and how to design your own screens.  PLUS as an added bonus, 
  177. the registered PLUS version comes with a total of at least 15 unique levels for
  178. you to play.
  179.  
  180. Registration:
  181. ---------------
  182.  
  183.      If you enjoy MunchGuy, please register your copy.  Please fill out the
  184. below portion and mail it to me.  It is quick, simple, and inexpensive.  
  185. Shareware only works if everyone helps!
  186.  
  187. ==============================================================================
  188.  
  189.                       Registration Document For MunchGuy
  190.                      --------------------------------------
  191.  
  192. Yourself:
  193. -----------
  194.  
  195. Name:           ________________________________________________________
  196.  
  197. Address:        ________________________________________________________
  198.  
  199.                 City_________________________State__________Zip_________
  200.  
  201.                 Country_________________________________________________
  202.  
  203. Telephone:      ________________________________________________________
  204.  
  205. EMail:          ________________________________________________________
  206.  
  207. Information on your system:
  208. -----------------------------
  209.  
  210. 1.  Computer type  [ ] PC       [ ] XT     [ ] AT     [ ] 386sx    [ ] 386/486
  211. 2.  Memory         [ ] <640k    [ ] 640k   [ ] 1meg   [ ] 2meg     [ ] >2meg
  212. 3.  Hard Drive     [ ] None     [ ] 20meg  [ ] 40meg  [ ] 80meg    [ ] >80meg
  213. 4.  Floppy Disks   [ ] 360k     [ ] 720k   [ ] 1.2meg [ ] 1.44meg  [ ] Other
  214. 5.  Video          [ ] MDA/Herc [ ] CGA    [ ] EGA    [ ] VGA/SVGA [ ] Other
  215. 6.  Modem          [ ] 300bd    [ ] 1200bd [ ] 2400bd [ ] 9600bd   [ ] >9600bd
  216. 7.  Other          [ ] Joystick [ ] Mouse  [ ] Adlib  [ ] SoundBlaster
  217.  
  218. Ordering Information:
  219. -----------------------
  220.  
  221.         Registration Only.......................... ($5.00)   [ ] _____________
  222.  
  223.         Registration PLUS, Comes with a printed
  224.          manual and disk with the modifiable program
  225.          as described above........................ ($10.00)  [ ] _____________
  226.                                                               [ ] 3.5  [ ] 5.25
  227.  
  228. All people who register will be informed of any new upgrades to the MunchGuy 
  229. game or any other program that I produce, PLUS be eligible to receive special 
  230. rates on future registrations of programs that I produce.  
  231.  
  232. Please mail registrations to:
  233.  
  234. Kevin Dorff
  235. 539 Solano NE
  236. Albuquerque, NM 87108
  237.