home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collection 2: DOS Edutainment / Aztech-HomeEdutainmentCollection-Vol2-DOSEdutainment.iso / wordle / wordle.doc < prev    next >
Text File  |  1993-12-01  |  7KB  |  212 lines

  1.  
  2.  
  3.                         * SOLEAU SOFTWARE PRESENTS *
  4.  
  5.                                    WORDLE
  6.  
  7.                                     v1.0
  8.  
  9.  
  10.                          Program by William Soleau
  11.                           Version 1.0   (c) 1993
  12.  
  13.               Requirements:  EGA or VGA & Hard Disk 
  14.  
  15.  
  16.               Files Needed:  Wordle.ov0   Wordle.ov1
  17.                              Wordle.ov2   Wordle.ov3
  18.                              Wordle.ov4   Wordle.dic
  19.                              Wordle1.jft  Wordle2.jft
  20.                              Wordle3.jft  Wordle.exe
  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
  49.     to 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   21
  94.  
  95.                                 Total Score:   (4 Words) * 21 = 84
  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 there 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.                          *  NOTE WINDOWS USERS  *
  165.  
  166.      Running Wordle from Windows may cause unexpected results. The game
  167.      should be played by loading it directly from the Dos prompt.
  168.  
  169.  
  170.  
  171.  
  172.                            * SOLEAU SOFTWARE *
  173.  
  174.  
  175.      Soleau Software's main focus is to produce the finest logic and
  176.      strategy games for the software marketplace.  Wordle is just one
  177.      of over thirty other challenging Soleau Software Games. If
  178.      you like Wordle and find it worthy of your game collection then
  179.      please show your support of our work and register the game with
  180.      us.  Soleau Software depends on your registrations in order
  181.      to continue providing an alternative software source.
  182.  
  183.      The registered version of Wordle greatly speeds up the loading and
  184.      exiting of the game, plus allows you to either Add or Delete words
  185.      from the master dictionary.  See the closing screen within the
  186.      game for details, or read the Word_reg.doc file provided with this
  187.      copy of Wordle.
  188.  
  189.      Your $12.00 registration of Wordle will instantly make you a
  190.      Soleau Software Member. All members receive special discounts on
  191.      our other games through special bonus package offers sent with
  192.      your disk. Members also have the option to include an extra $6.00
  193.      dollars for our Member Game Pack which has EIGHT of our most
  194.      popular Shareware EGA/VGA games on a High Density Floppy Disk.
  195.  
  196.      This offer is for Members Only, so please register Wordle today !
  197.  
  198.      We at Soleau Software thank you for your support and hope you will
  199.      continue to enjoy this as well as our other software products.
  200.  
  201.  
  202.  
  203.                                 Sincerely,
  204.  
  205.                               William Soleau
  206.                                 President
  207.  
  208.                              Soleau Software
  209.                              163 Amsterdam Avenue
  210.                              Suite 213
  211.                              New York, NY 10023
  212.