home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / boggle11.zip / BOGGLE.DOC < prev    next >
Text File  |  1992-12-31  |  8KB  |  231 lines

  1.                      BBS Bogiggle Online Door
  2.  
  3. Upgrading
  4. If you are running a previous version of Bogiggle you will need
  5. to reinstall the entire game.  Significant changes to have been
  6. made.
  7. Please remember to reconfigure your BOGGLE.CFG file.
  8.  
  9. Installation
  10. 1.   Create a subdirectory to place the Bogiggle files in.
  11. 2.   Unzip the file into the Bogiggle subdirectory.
  12. 3.   Edit BOGGLE.CFG file.
  13.  
  14.      Line 1:Registration number if registered else any number.
  15.      Line 2:BBS Path to the location of the DORINFOx.DEF file.
  16.      Line 3:ANSI Bulletin name with full path, and extension.
  17.      Line 4:ASCII Bulletin name with full path, and extension.
  18.      Line 5:SYSOP Message (32 character message to all players.
  19.             Registered only.  Blank if no message.
  20.      Line 6:Node Number (1 for single node only)
  21.  
  22.                Example
  23.  
  24.                123456789
  25.                C:\BBS\
  26.                C:\BBS\AFILES\BULLETN.CLR
  27.                C:\BBS\AFILES\BULLETN.MSG
  28.                Dinner to the winner on sysop!
  29.                1
  30.  
  31. 4.   Edit the BOGGLE.CTL file.
  32.  
  33.      1.  Change the BBS name.
  34.      2.  Change the first name.
  35.      3.  Change the last name.
  36.      4.  Identify the board type RBBS or PCB14.
  37.  
  38. 5.   Write a batch file to call bogiggle.  This batch file
  39.      should copy the DORINFOx.DEF file or DOOR.SYS file to
  40.      the bogiggle subdirectory.  If you use DORINFOx.DEF you
  41.      must rename the file to DORINFO.DEF.  (Hope to rectify
  42.      this problem in the next version.  This will then allow
  43.      multinode access.)
  44.  
  45.      Example.  BOGGLE.BAT
  46.  
  47.      @echo off
  48.      copy c:\bbs\dorinfo1.def c:\bbs\doors\boggle\dorinfo.def
  49.      cd\bbs\doors\boggle
  50.      boggle
  51.      cd\bbs
  52.  
  53. 6.   Add the menu option to call the batch file from your BBS.
  54.  
  55.           FOR TAG USERS:
  56.  
  57.           Set your options to
  58.           Program Type :           (A colon for dorinfo1.def.)
  59.           Program Name *boggle.bat (The name of the bat file.)
  60.  
  61.  
  62.  
  63. Sysop Notes:
  64.  
  65.      Yes, the user is only limited to one game per day.
  66.  
  67.      Yes, you may add words to the dictionary files, just
  68.      place the right words in the proper .dic file.  All
  69.      words beginning with A go into the A.DIC file.  You may
  70.      also add a file of words using the DICTWORD file.  Just
  71.      enter the name of the file and all the words will be place
  72.      into the proper dictionary file.
  73.  
  74.      Yes, you may reset the high scores by simply deleting
  75.      the high scores bulletins.
  76.  
  77.      Yes, the highest monthly scorer will become the new
  78.      monthly champ at the beginning of the month.
  79.  
  80.      Yes, the all time champ only changes at the beginning
  81.      of the month.
  82.  
  83.      Yes, I hope you have monthly competitions.
  84.  
  85.      Yes, I am open to suggestions.
  86.  
  87.      Yes, in the registered only version you can make up missed days.
  88.  
  89.      Yes, in the registered version the sysop can have a 32 character
  90.      message displayed on the main screen.  (I use it to annouce a
  91.      months competition, or to remind my users to sign up for the
  92.      competition.)
  93.  
  94.      Yes, today's champ is only displayed for the current
  95.      day and not necessarily the day you may be playing. Instructions
  96.  
  97. This game has been developed using the concept of traditional
  98. Boggle.  16 letters are picked for each day and displayed in a
  99. grid.  You must identify words that have adjoining letters.
  100. After the allotted time, 3 minutes, the computer will eliminate
  101. all duplicate words, and will compare to see how many correctly
  102. spelled words it has found.  Your daily total will be added to
  103. your score.  In fairness to all users, everyone gets the same
  104. letters each day, in the same locations.  Because the letters are
  105. selected randomly, there may be days that no vowels are present.
  106. You might want to try some abbreviations to see if the sysop has
  107. added any to the dictionary files.
  108.  
  109. To begin the game, select the BOGIGGLE game from your BBS menu.
  110.  
  111. Turn the NUM LOCKS ON!
  112.  
  113. Press P to play your turn(s).
  114.  
  115. Use your numeric keypad to place your cursor on the first letter
  116. of your word.  Press the space bar to highlight the letter.
  117. Notice that the letter is then displayed above the grid.  Place
  118. your cursor on the next adjoining letter and press your space
  119. bar.  You will notice that the second letter appears after the
  120. first.  Continue to highlight the letters to make your word at
  121. the top.  Press ENTER once complete.  Continue to identify other
  122. words until your time has run out.  Valid words must be three
  123. contain three characters or more.
  124.  
  125. If you give up while the timer is still running, you may do so by
  126. pressing the ESCAPE key.
  127.  
  128. If you make a mistake in highlighting the letters, you may press
  129. the backspace key to delete the word, and restart the word
  130. identification process over again.
  131.  
  132. As you move the cursor around, you will notice that arrows at the
  133. top and right side of the grid identify the location of your
  134. cursor.
  135.  
  136. You may enter a maximum of 40 words.
  137.  
  138. When time has run out, Bogiggle will then delete all duplicated
  139. words displayed on your screen.
  140.  
  141. Bogiggle will then check the dictionary to identify legitimate
  142. words.  Only words contained in the Bogiggle dictionary will be
  143. added to the total, even though your word is spelled correctly.
  144.  
  145. Words in red are incorrect, and words in green are correct.
  146.  
  147. Your daily total will then be added to your grand total.
  148.  
  149. The scoring is technically different than the REAL Boggle only
  150. because the REAL scoring method is impossible to implement in a
  151. BBS environment.
  152.  
  153. Registration
  154.  
  155.      Registering this game will allow your users to make up
  156.      missed days.
  157.  
  158.      Registration is just $7.00.  Your registration code
  159.      will be useful for this and all future upgrades.
  160.  
  161.      Name:____________________
  162.  
  163.      Address:_________________
  164.  
  165.      City:____________________  ST:__  ZIP:__________
  166.  
  167.      Voice #:_________________
  168.  
  169.      BBS Name:________________ (where installation will be)
  170.  
  171.      BBS Number:______________ (if existing, and area code too)
  172.  
  173.      BBS Software:____________
  174.  
  175.  
  176.      Mail to:
  177.  
  178.      Edward G. Tracy II
  179.      8387 Woodcrest
  180.      Westland, MI  48185
  181.  
  182.  
  183. Technical Support
  184.  
  185.      Cheers BBS, 313-525-4963.  300-9600 bps.
  186.      For questions or the latest version.
  187.      Full access first call and no ratio's.
  188.  
  189. Credits
  190.  
  191.      Katy...for the instructions and identification of need.
  192.      Suzze, Shrinky, Ford Prefect, and all the other regular
  193.      Bogiggle players at Cheers who alpha test the game.
  194.      Technojocks, for the great libraries.
  195.      Scott Baker, and his great library too!
  196. DEL Software Engineering, Inc  PLUG!
  197.  
  198.  
  199. Big Three Part Supplier Products
  200. Gage Records and Analysis          $549.00  (Quality Control)
  201. Preventative Maintenance Manager   $195.00  (Machine Control)
  202. Physical Plant Task Management     $250.00  (Small projects)
  203.  
  204.  
  205. Hospital Management
  206. Obituary Management                $200.00  (For Pastoral Care!)
  207.  
  208.  
  209. Legal Offices
  210. Statement Manager                  $150.00  (Simple billing)
  211.  
  212.  
  213. BBS Programs
  214. Bogiggle                             $7.00  (Just $7.00)
  215.  
  216.  
  217.  
  218.  
  219.  
  220. Version History
  221. ---------------
  222. 1.0       September 1, 1992        Initial release.
  223. 1.1       December 31, 1992        Make up days, daily bulletins,
  224.                                    today's champ, all time champ,
  225.                                    monthly champ added, sysop message.
  226.  
  227.  
  228. Bogiggle is copyrighted by Edward G. Tracy II!
  229. Boggle is a Registered Trademark owned by Tonka Toys!
  230. DOORDRIV utils are copyrighted to Scott Baker!
  231.