home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume13 / dr_mario / part01 / README < prev    next >
Text File  |  1992-01-12  |  2KB  |  59 lines

  1. BUGS I
  2. ------
  3. I didn't put docs in my game, maybe will later.
  4. Actually it's more or less a copy of the Nintendo
  5. game Dr.Mario.
  6. ALTHOUGH it does not have the look & feel! ;)
  7.  
  8. So here it goes: use standard vi keys.
  9. select level & speed w/ j & k keys .return to accept
  10. In the gameboard there are letters in reverse video,(or underlined)
  11. your goal is to remove them by  placing 3 or more
  12. of the same letters beside them or on top of them.
  13. any  four letters in a row will be removed.
  14. for example these will be removed from play:
  15.  
  16. AAAA  -horizonatly    or
  17.  
  18. O
  19. O
  20. O
  21. O  - vertically
  22.  
  23. you can turn your playing piece by using 
  24. a  : counter-clockwise
  25. s  : clockwise
  26.  
  27. SPACE will drop pieces to the farthest point possible.
  28.  
  29. p : pause - hit again to continue
  30.  
  31. Users w/ uid 952 can also use the k key. wonder why??? :)
  32.  
  33. Any pieces on top of those removed will fall, possibly
  34. removing more bugs or letters.(Bugs are reverse video letters)
  35. your playing piece will continue downward until it hits something.
  36. Next piece is displayed on top of board.if you stack to the top
  37. so another piece cannot be added the game is over.
  38. play speed will increase every 10 pieces. removal of all bugs
  39. will result in an increase in level. 
  40.  
  41. That's about it I think. If the pieces are not dropping at a reasonable
  42. rate, change (tme > 4) or the value in the usleep call in line
  43. 102. MANY thanks to the author of the usleep function, the program
  44. was a BIG cpu hog before insertion.
  45.  
  46. Overview: the code is not very great, but the main purpose
  47. behind this was to do something w/ curses and try a few different
  48. things w/ C. Some things appear to be and are unnecessary,
  49. and there are undoubtedly better ways to do things,
  50. but it works! Sorry didn't put into a man page format,
  51. but you have my permission to do so! 
  52.  
  53. Comments, criticisms, requests, complaints, gifts, problems,
  54. or whatever:
  55.  
  56.  noecker@seq.uncwil.edu     
  57.  
  58.     -Scott Noecker-           "Let's get Dangerous!" -DWD
  59.