home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / zoggle.zip / zoggle.doc < prev    next >
Text File  |  1995-01-30  |  5KB  |  134 lines

  1. ZOGGLE/2
  2.  
  3.         ZOGGLE/2 is a computerized version of the board game "BOGGLE".
  4.  
  5.         ZOGGLE/2 is written in Watcom VX-REXX V 2.1 Standard Edition.
  6.         It requires OS/2's REXX support be loaded and also requires
  7.         that the VX-REXX file VROBJ.DLL be in the ZOGGLE directory or
  8.         in your LIBPATH statement in the OS/2 CONFIG.SYS file.
  9.  
  10.         I have tested ZOGGLE/2 with OS/2 WARP 3.0 only!  However, I believe
  11.         ZOGGLE/2 should also work with OS/2 2.x.
  12.  
  13.         ZOGGLE/2 is shareware!  This version is fully functional.  All
  14.         future updates will be available initially on the
  15.         IBM BBS (919-517-0001) and the OS/2 SHAREWARE BBS (703-385-4325).
  16.  
  17.         If you like this game and would like it to be enhanced in the
  18.         future, please send $5.00 along with your suggestions to:
  19.  
  20.                 Bernie Ott
  21.                 HC 30 Post 24 Box 13
  22.                 Brownwood, TX  76801
  23.  
  24.  
  25. Installation:
  26.  
  27.         I just threw together a real quick installation program and didn't
  28.         have much of a chance to really check it out.
  29.  
  30.         The installation program should copy the file ZOGGLE.EXE to the
  31.         drive & directory of your choice, creating the directory if needed.
  32.         Also, it should place ZOGGLE/2 in the GAMES Folder.
  33.  
  34.         If for some reason the install doesn't work for you, just do
  35.         the following:
  36.  
  37.                 Create a directory named ZOGGLE   
  38.                                        ( MD ZOGGLE )
  39.                 Copy ZOGGLE.EXE to this directory
  40.                                        ( COPY ZOGGLE.EXE x:\ZOGGLE\ZOGGLE.EXE
  41.                                          where x: is the drive where you
  42.                                             created the directory ZOGGLE)
  43.                                          
  44.                 Then just change to the ZOGGLE directory and type ZOGGLE
  45.                 to run it.
  46.  
  47.                 To create an icon for ZOGGLE, go the the OS/2 Desktop and
  48.                 use the TEMPLATES FOLDER or the ADD PROGRAMS Object
  49.                 within the SYSTEM SETUP FOLDER.
  50.  
  51.  
  52.         
  53. Object:
  54.  
  55.         2 or more players try to create unique words on the board displayed.
  56.         After 3 minutes, players compare word lists and remove any words
  57.         that appear on more than 1 player's word list.  After removing all
  58.         duplicate words, each player scores his/her word list using the
  59.         following number of points per word:
  60.  
  61.                 # of letters in the word      3  4  5  6  7  8 or more
  62.                 ------------------------------------------------------
  63.                 points scored for that word   1  1  2  3  5  11
  64.  
  65.         The player with the most points wins!
  66.  
  67.         For example:
  68.  
  69.                 List #1   Points                List #2   Points
  70.                 ----------------                ----------------
  71.                 cat         1                   the         0 (duplicate)
  72.                 dog         1                   their       2
  73.                 the         0 (duplicate)       lion        1
  74.                 ace         1
  75.                 goodbye     5
  76.                 ------------------------------------------------
  77.          Totals:            8                               3
  78.  
  79.          Player #1 wins!
  80.  
  81.  
  82.         Words are formed by using letters on the board that are connected.
  83.         Letters can be connected UP/DOWN, DIAGONAL, LEFT/RIGHT, ZIG/ZAG, etc.
  84.  
  85.         For example, here are a few ways the word ZOGGLE can be formed:
  86.  
  87.         Z O G G      Z O ? ?      Z G ? ?     Z ? ? ?     Z ? ? ?
  88.         ? ? ? L      G G ? ?      G O E ?     ? O ? E     O ? ? ?
  89.         ? ? ? E      L E ? ?      ? L ? ?     ? ? G L     G ? ? ?
  90.         ? ? ? ?      ? ? ? ?      ? ? ? ?     ? ? ? G     G L E ?
  91.  
  92.  
  93.  
  94.         You only get credit for a word one time, even if it can be seen
  95.         on the board in more than 1 location.
  96.  
  97.         Plurals are allowed.  (I.E.  CAT and CATS count as 2 different words)
  98.  
  99.         Before game play, you can decide for yourself if Proper Names,
  100.         Abbreviations, Foreign Words, etc, are allowed.
  101.  
  102.  
  103.         When the countdown timer reaches 30 seconds, it will turn RED so
  104.         that you will hopefully realize that the game is almost over.
  105.  
  106.         If you need to stop the game, a PAUSE/CONTINUE button is provided.
  107.         During game PAUSE, the board is hidden so that no cheating will occur.
  108.  
  109.         At the end of 3 minutes a short melody will be played through the PC
  110.         speaker to notify you that the game is over.
  111.  
  112.  
  113.  
  114. Future Enhancements:
  115.  
  116.         Multimedia Sound Support
  117.  
  118.                 Replace the "End Of Game" beeps with a voice
  119.                 saying "GAME OVER!"
  120.  
  121.                 Allow the user to select how often warning messages should
  122.                 be given about how much time is left in the game.
  123.  
  124.                 Allow the user to change the sounds of the above.
  125.  
  126.                 Possibly an expansion of the Board to 5 X 5 or 6 X 6, etc.
  127.  
  128.  
  129.         ANY OTHER SUGGESTIONS!
  130.  
  131.  
  132.  
  133. E N J O Y !!!
  134.