home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 639.README < prev    next >
Text File  |  1992-12-19  |  1KB  |  27 lines

  1.  
  2.  
  3. JUMBLE - a word descrambling program.
  4.  
  5. Jumble prompts the user for a string of letters, and will display any
  6. words that these letters unscramble to.  If no matches are found, it
  7. will tell the user, nicely.
  8.  
  9. *** YOU WILL NEED AN ASCII DICTIONARY (not included) TO RUN THIS PROGRAM ***
  10.  
  11. Jumble was written on a whim while I should have been studying for exams.
  12. It was originally written and compiled on a Sun workstation.  The 
  13. executable in this package was compiled using Turbo C++, and expects to
  14. find a dictionary named WORDS in the current directory (this can be
  15. changed in the jumble.h file).  I have included a rudimentry WORDS file
  16. so you can see the program in action.  I recommend the 60K-WORD dictionary,
  17. which I know can be obtained from the PC-Ohio BBS, (216) 381-3320 
  18. (60K-WORD.ZIP). I didn't see the need to waste space including a dictionary 
  19. in this file.  The rudimentry dictionary includes "try", "unscrambling",
  20. "these","words"
  21.  
  22. The source is known to compile under Turbo C, and several UNIX systems,
  23. it doesn't use anything esoteric, so it should compile under about anything.
  24.  
  25. Happy debugging,
  26. Chuck Bower (cbower@thor.chemistry.uakron.edu)
  27.