home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / gam / heart.doc < prev    next >
Text File  |  2006-10-19  |  3KB  |  58 lines

  1. Club 100 Library - 415/939-1246 BBS,    937-5039 NEWSLETTER, 932-8856 VOICE
  2.  
  3. --------------------------
  4. - HEARTBREAKER - 100/200 -
  5. --------------------------
  6.  
  7.     In this game, your goal is to break as many hearts as possible within the allotted time.  The amount of time you have is determined by the difficulty level you choose.  This will be explained in more detail later.
  8.  
  9.     When the program starts, you are asked to input your Last and First name in that order, with a comma and a space directly after your last name (i.e. Doe, John).  If you wish to skip the title screen you can type "PASSWORD" as your name.
  10.  
  11.     You will then see the title screen, with our "rapid screen graphics".  Next, you are asked if you want to activate sound.  Answer the sound option with Y or N.  Do not hit <ENTER>.  You then can choose what level you wish to start at (1 to 5, 5 being the hardest).  Once agin do not hit <ENTER>.  You then have the option to see the three Hi-Score files (SCORES, MAIDS and WDDNG).
  12.  
  13.     After you have responded to the questions, you will see the instructions.  We have used the first four function keys, at the top of your keyboard, as an interupt to speed user input:
  14.   > F1 key will randomly place you on the screen.
  15.   > F2 key will fire an arrow at the heart dirrectly below you.
  16.   > F3 key will move you one step to the left.
  17.   > F4 key will move you one step to the right.
  18.  
  19.     We have added a rap-around feature, so that you can break hearts up to one end of the screen, keep going, and come out on the other end of the screen.
  20.  
  21.     If you complete up to level five (by shooting all of the hearts in the allotted time) and have a score higher than that of the lowest score in the SCORES file, you will be included in the Hall of Fame.  If you run out of time, yet have a score that is higher than the lowest score in the MAIDS file, you will be included in the Old Maids file.  If you get hit by cupids arrows, up to your resistance level, and have a score which is higher than the lowest score in the WDDNG file, you will be included in the Wedding file.
  22.  
  23.     You have to look out for moving hearts.  Hearts can move at any time during play.  You may shoot at a heart only to find that it disappeared and reappeared at another part of the screen.
  24.  
  25.     The program includes 3 rather long sets of DATA statements for sound.  The program can be shortened if these were removed.
  26.  
  27. Main Variables
  28. --------------
  29. CT# = Current time of day (in seconds)
  30. DL  = Difficulty Level
  31. ET# = Ending time of day (in seconds)
  32. HF$ = Name (Last, First)
  33. JJ  = Original Difficulty Level/Total Score
  34. KK$ = First name
  35. NL  = Number of possible arrow hits before falling in love
  36. NM  = Number of hearts at this level
  37. SC  = Score
  38. SO  = Sound flag
  39. ST# = Starting time of day (in seconds)
  40.  
  41.  
  42. Arrays
  43. ------
  44. A(39,5)  = Array of hearts
  45. MO(50,1) = Position of hearts
  46. PO(10)   = Position of arrows
  47.  
  48.  
  49. This program is a "share-ware" type prg.  If you really like it or just want to rid yourself of some money, send your donation to:
  50.  
  51.   Jesse Johnson or Paul Mallery
  52.   c/o R.I.S.E.
  53.   492 Crown Road
  54.   Corona, CA 91719
  55.  
  56. We thank you, Jesse 
  57.  
  58.