home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / pacpc / pacpc.doc next >
Text File  |  1995-05-16  |  4KB  |  102 lines

  1. PAC PC
  2. ======
  3.  
  4. 1. Game Instructions
  5. --------------------
  6.  
  7. Eat the dots and avoid the ghosts, eat a flashing power pill then
  8. chase and eat the ghosts, eat fruit for extra points. That's
  9. about all there is too it really.
  10. Extra lives at 10000pts, 30000pts, 50000pts, 80000 pts
  11. then every 30000 after that.
  12.  
  13.  
  14. 2. Controls
  15. -----------
  16.  
  17. Arrow keys, or  'A' - Up 'Z' - Down '<' - Left '>' - Right
  18.  
  19.  
  20.  
  21. 3. General Stuff
  22. ----------------
  23.  
  24. Sound - To allow sound in the game you need to set the DOS 'blaster'
  25. variable. If you have a soundblaster Pro, or better, this should be
  26. done already in your autoexec.bat. If you don't set the blaster 
  27. variable but have a SB-Pro compatible card, eg. Zeos integrated
  28. business audio ( is that an obscure soundcard or what?) you need to 
  29. do the following at the DOS command prompt...
  30.  
  31. set blaster=A220 I5 D1 
  32.  
  33. Where A220 is the port your card uses, usually port 220, I is the
  34. interrupt the card uses ( usually 5 but it could be 7 ), and
  35. D is the DMA channel to use ( usually 1 could be 3 ).
  36.  
  37.  
  38. 4. About the Game & Author
  39. --------------------------
  40.  
  41. This game was written over about 4 weeks, I started it after playing
  42. Ms.PacMan in a local arcade and remembering how good the original game
  43. was, so... I began to code one, this ended up in me actually buying a full 
  44. size Ms.PacMan and converting to a PacMan machine ( special thanks must go 
  45. to Dock Cutlip for all his help there ). All I need now is a choplifter
  46. and my life is complete, well probably not but it'd be a start.
  47. Well the result is very similar to Pac Man, I haven't duplicated the exact 
  48. ghost movement patterns but a lot of the other stuff is the same, even if 
  49. it does look a little squashed ( the original has a vertically mounted 
  50. monitor so has a higher vertical resolution than the PC's 200 pixels, 
  51. probably about 320 pixels vertically on the arcade machine ).
  52.  
  53. The games written in 'C', "yuk" I hear assembler programmers shout,
  54. with assembly routine for sound, sprite graphics, joystick, drawing 
  55. characters on the screen, that sort of thing, and was coded on, in
  56. turn, a Zeos pentium 90, a Zeos pentium 100 ( 90 clocked at 100 ) and
  57. a DEC 486-dx2-66. One thing is that you'll need a card with a decent
  58. video bandwidth, just about anything VLB/PCI will do, a regular old
  59. ISA card probably won't hack it.
  60.  
  61. This game is complete freeware, you don't have to register/pay/contribute
  62. or whatever, it's free !! Now who said "There ain't no such thing
  63. as a free lunch...". This game is 'as is' and comes with no warranty
  64. either specific or implied, you are quite free to distribute it,
  65. copy it or eat it, whatever you want to do. You should not, however,
  66. charge for it. Selling this game for profit, rather than a duplication
  67. fee, will result in really bad Karma, and depending on your
  68. religious persuasion may result in eternal damnation, or at least
  69. a couple of centuries in purgatory.
  70.  
  71. If you have any comments you can reach me via internet e-mail at
  72. rowan@mhd2.moorhead.msus.edu
  73.  
  74. Check out the pycho mode, real fun..
  75.  
  76. 5. Thanks
  77. ---------
  78.  
  79. Thanks must go to, K.Voegele various stuff and testing, K.Chueng
  80. & N.Akhtar for Beta testing, Dock Cutlip for invaluable help in 
  81. converting my Ms.PacMan to Pac Man.
  82.  
  83. Also to Matt Cooley, for his 'Game World' web pages with audio samples
  84. and video game related stuff plus Marshall Stowe for his excellent Pac 
  85. Page ( an inspiration to all Pac maniacs ),
  86.  
  87.  
  88. 6. Interesting Web Sites to visit.
  89. ----------------------------------
  90.  
  91. The St. Louis Coin-Op and Video Game Museum
  92. http://cognitrn.psych.indiana.edu:8001/rynersw/coinop.html
  93.  
  94. The Pac Page.
  95. http://www4.ncsu.edu/eos/users/m/msstowe/WWW/Pac-Man/pac-man.html
  96.  
  97. Matt Cooley's Game World
  98. http://www4.ncsu.edu/unity/users/m/mvcooley/index.html
  99.  
  100. My home page..( under construction )
  101. http://mhd2.moorhead.msus.edu/~rowan
  102.