home *** CD-ROM | disk | FTP | other *** search
/ PC Head Trips Mind Bender / MIND_BENDER.BIN / wordle / wordle.ov4 < prev    next >
Text File  |  1994-09-01  |  7KB  |  207 lines

  1.  
  2.  
  3.  
  4.                         * SOLEAU SOFTWARE PRESENTS *
  5.  
  6.                               WORDLE WORD GAME
  7.                                    v1.0
  8.  
  9.  
  10.                          Program by William Soleau
  11.                           Version 1.0   (c) 1993
  12.  
  13.               Requirements:  EGA or VGA   Hard Disk Strongly Recommended
  14.  
  15.  
  16.               Files Needed:  Wordle.ov0   Wordle.ov1
  17.                              Wordle.ov2   Wordle.ov3
  18.                              Wordle.ov4   Wordle.exe
  19.                              Wordle1.jft  Wordle2.jft
  20.                              Wordle3.jft  Wordle.dic
  21.  
  22.  
  23.  
  24.  
  25.                              OBJECTIVE
  26.  
  27.     The object of Wordle is quite simple. On the 5x5 game grid
  28.     there are 25 letters randomly placed at the beginning of each
  29.     game. The objective is to spell as many words as you can by
  30.     selecting letters that are adjacent to each other in order to
  31.     make up a word.
  32.  
  33.  
  34.  
  35.                              GAME PLAY
  36.  
  37.     At the start of each game there will be one yellow square
  38.     around the letter in the upper left hand corner of the game
  39.     board.  Using your arrow keys (left,right,up,down), move this
  40.     yellow square to select the letter you want.  By pressing the
  41.     <Spacebar> you then select the letter.  Once you've chosen
  42.     the first letter, the yellow marker will only be able to
  43.     move to letters that are adjacent to the last letter selected.
  44.  
  45.     Words spelled must be at least four letter long.  The computer
  46.     will automatically scan Wordle's 80,000 word dictionary to 
  47.     see if you have spelled a new word.  Words can only be spelled 
  48.     once during a round.  However you can add plurals to the word to
  49.     make another word.
  50.  
  51.     For example you spell:  TIGER  (the computer will register the word)
  52.  
  53.     On the next turn if there is a S next to the "R" you can also
  54.     spell:  TIGERS       (the computer will register this as a new word)
  55.  
  56.     A letter tile can only be used once to spell a word.  The
  57.     computer will not allow you to select that letter tile
  58.     again in that same word.
  59.  
  60.  
  61.                           CANCEL LETTERS
  62.  
  63.     You can cancel all your choices at any point by pressing
  64.     the <Esc> key.  This will erase all the previously selected
  65.     letters and will allow the yellow marker to once again move
  66.     anywhere on the game grid.
  67.  
  68.                              SCORING
  69.  
  70.     Points are awarded for each word found in the dictionary. A
  71.     word can only be used once during a single round. The scoring
  72.     is based upon the letters the word contains.
  73.  
  74.     Each letter has a certain point value.
  75.  
  76.     1 Point :  A,D,E,I,L,M,N,O,R,S,T,U,W
  77.  
  78.     2 Points:  B,C,F,G,H,J,K,P,V,Y
  79.  
  80.     3 Points:  Q,X,Z
  81.  
  82.  
  83.     The letter values are totaled and then multiplied by the number
  84.     of total words spelled.
  85.  
  86.                1:   HORSE                                       6
  87.                2:   TOWS                                        4
  88.                3:   BOWS                                        5
  89.  
  90.  
  91.     You Spell: 4:   BATS   B=2  A=1  T=1  S=1   Letter Value =  5
  92.     (4th Word)                                               -------
  93.                                           Letter Score Totals   20
  94.  
  95.                                 Total Score:   (4 Words) * 20 = 80
  96.  
  97.  
  98.  
  99.  
  100.                  GAME TYPE:   TIMED / NUMBER WORDS
  101.  
  102.  
  103.     There are five different ways to play Wordle. The options
  104.     are:
  105.  
  106.            1:  Timed  3:00 minutes  (most words spelled in 3:00)
  107.            2:  Timed  5:00 minutes  (most words spelled in 5:00)
  108.            3:  First Five Words Spelled   (No Time Limit)
  109.            4:  First Ten Words Spelled    (No Time Limit)
  110.            5:  First Twenty Words Spelled (No Time Limit)
  111.  
  112.            Each of these options has their own Score Card.
  113.  
  114.  
  115.  
  116.                              SCORE CARD
  117.  
  118.      On the bottom right side of the screen the Five Top scores for
  119.      the play type (1-5) are shown.  Upon completion of a round,
  120.      your score will be compared against these top five scores.
  121.      If you happen to qualify for the Five Highest Scores, you
  122.      will be asked to type in your initials. The Five Top Scores
  123.      are always visible on the right side of the screen.
  124.  
  125.  
  126.     * Note *  If you want to reset the Top Five Scores, then you
  127.               can erase the WORDLE.SCR file from the disk.
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.                             KEY DEFINITIONS
  135.  
  136.  
  137.                <Arrow Keys>   Move Letter Selector
  138.                <Spacebar>     Select Letter
  139.                <Esc>          Cancel Letters Selected
  140.  
  141.                <D>irections   Wordle Instructions
  142.                <O>ptions      Option Menu  (See Below)
  143.                <N>ew Game     Begins A New Game
  144.                <Q>uit         Quits Wordle
  145.  
  146.  
  147.  
  148.                               OPTION MENU
  149.  
  150.  
  151.      The <O>ption key brings up the Option Menu.  Here you can set
  152.      various features of the game.
  153.  
  154.  
  155.                   1  =   Sound Toggle  (On/Off)
  156.                   2  =   Game Play    (Timed / Number Words)
  157.                   3  =   Add or Delete Words from Master Dictionary
  158.                                 (Registered Version)                  
  159.                   4  =   Soleau Software Game Information
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.                            * SOLEAU SOFTWARE *
  167.  
  168.      Soleau Software's main focus is to produce the finest logic and
  169.      strategy games for the Shareware marketplace. Wordle is just 
  170.      one of over thirty other challenging Soleau Software Games.
  171.  
  172.                          * REGISTERED VERSION *
  173.  
  174.      If you like Wordle and continue to use it, we request that
  175.      you register the game with us for $12.00. This registration will
  176.      not only speed up the loading and exiting of the program, but 
  177.      also will provide you with the ability to add or delete words
  178.      from the master dictionary.
  179.  
  180.      Information concerning the registration or details on our many other
  181.      games can be found in the WORD_REG.DOC file or at the closing screen.
  182.  
  183.  
  184.           * REGISTER TODAY AND BECOME A SOLEAU SOFTWARE MEMBER *
  185.  
  186.      By registering this game with us, you instantly become a Soleau
  187.      Software Member. As a member, you are entitled to discounts on
  188.      other Soleau Software through our Special Bonus Package Offers.
  189.  
  190.      We at Soleau Software thank you for your support and hope you
  191.      will continue to enjoy this as well as our other Shareware
  192.      products.
  193.  
  194.                                 Sincerely,
  195.  
  196.                               William Soleau
  197.                                 President
  198.                               Soleau Software
  199.  
  200.  
  201.  
  202.                               Soleau Software
  203.                              163 Amsterdam Ave
  204.                                 Suite 213
  205.                               NYC, NY.  10023
  206.  
  207.