home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Best Games for Windows / 1000BestGamesForWindows.iso / sharewarefin / JUMBLE.ZIP / JUMBLE.TXT < prev   
Text File  |  1996-06-09  |  4KB  |  97 lines

  1. THE GAME OF WORD JUMBLE (c) (vers.2.0)
  2. J. Munoz
  3. 75564,2721
  4.  
  5. JUMBLE:
  6. The Jumble (r) word game is very simple.  The player is presented with a word whose letters
  7. are "jumbled" up.  The object of the game is to "simply" correctly unscramble the
  8. letters to obtain the original word.
  9.  
  10. For example, the player might be presented with the followed jumbled text:
  11.  
  12. tca
  13.  
  14. A good guess might be the word "cat"... and you'd be correct!  Here's another word:
  15.  
  16. lefi
  17.  
  18. Give up?... the word is "life".  Be careful, there are combinations of letters that do spell more
  19. than one legitimate word, but only one of those words is valid when the scrambled letters are
  20. presented.  For example, the following letters:
  21.  
  22. alpm
  23.  
  24. could represent the word "palm" or the word "lamp".  While they are each legitimate words,
  25. only one of the words would be found to be correct by the game at that instant.
  26.  
  27. PLAYING THE GAME:
  28. Simply use the mouse to select "Word" under the Game menu item.  A scrambled set of
  29. letters will be presented in a dialog box.  You may then enter your guess into the edit box 
  30. presented and then click on the OK button, or press Enter at your keyboard.  If you give up...
  31. then click on the "Give Up" box (click OK, or press Enter)... the unscambled word will then be
  32. displayed to you (no cheating allowed!). 
  33.  
  34. To select a new word or if you do not wish to guess, then click on the Cancel button. 
  35. To exit from the game, simply select Exit from the Game menu item.  If you guess correctly, then a new
  36. word will automatically be selected.
  37.  
  38. Version 2.0 includes "hints".  If you find yourself stumbling over a word, you can request a hint
  39. that might help you in finding the correct word.   This is done by clicking on the Hint button
  40. and then selecting either OK or press Enter.   For example, in the "alpm" jumbled word above,
  41. had the word been "palm", then the hint could have been "tree"... however if the correct word
  42. was "lamp", then "light" might the hint. [Note: in order to discourage unfair cheating, requesting a
  43. Hint counts as an incorrect guess.]
  44.  
  45. INSTALLING THE GAME:
  46. The zip file should contain the following files:
  47.  
  48. jumble.exe    This is the JUMBLE game executable
  49. dict        Contains the list of words from which JUMBLE selects words to be scrambled
  50. bc40rtl.dll        Required dynamic link libs        
  51. bwcc.dll
  52. jumble.txt        This text
  53.  
  54. The two dll files (bc40rtl and bwcc) should be copied to the windows\system directory.
  55. The JUMBLE executable (jumble.exe) and the word list (dict) should be copied to any directory
  56. of your choice (but both should be in the same directory).  To play the game, simply 
  57. double-click on the jumble.exe file... or drag & drop the executable into the program group of 
  58. your choice. 
  59.  
  60. That's it!!
  61.  
  62. Enjoy.... this is freeware, have FUN!
  63.  
  64. J. Munoz
  65.  
  66. Note: Beware!  The number of possible guesses grows factorially with the number of letters
  67. in the word.  This means that while a 3 letter word has only 6 possible combinations (3x2x1=6):
  68.  
  69. Example:
  70. cta
  71. cat
  72. tac
  73. tca
  74. atc
  75. act
  76.  
  77. A four letter word has 24 possible combinations... a 5 letter word has 120 combinations, and a
  78. 6 letter word has 720 combinations!   So, I'm sure you want to know how many combinations
  79. for a 10 letter word, such as "government" ..... 3,628,800!!!  Assuming each guess takes about
  80. 5 secs, this would represent around 1 year and 8 months working at it for 8 hours/day!
  81.  
  82. So, just wild guesses could take a rather long time!!
  83.  
  84. Error/Version Log:
  85. Vers. 1.5 corrected/changed the following from version 1.0:
  86. a. Made call to BWCCRegister() for Borland controls
  87. b. Automatically selected a new word if a correct word was inserted.
  88. c. Kept a count of the number of guesses.
  89.  
  90. Vers. 1.6
  91. a. selects a new word if "give up"
  92.  
  93. Vers. 2.0
  94. a. Provides "hints".
  95. b. Keeps score.
  96.  
  97.