home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / programm / 3641 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.5 KB

  1. Path: sparky!uunet!ogicse!usenet.coe.montana.edu!saimiri.primate.wisc.edu!sdd.hp.com!crash!filebank!richard.vannoy
  2. From: richard.vannoy@filebank.cts.com (Richard Vannoy)
  3. Newsgroups: comp.programming
  4. Subject: A PEACHY-KEEN PROGRAM
  5. Message-ID: <249.332.uupcb@filebank.cts.com>
  6. Date: 26 Jan 93 17:05:00 GMT
  7. Article-I.D.: filebank.249.332.uupcb
  8. Reply-To: richard.vannoy@filebank.cts.com (Richard Vannoy)
  9. Distribution: world
  10. Organization: The File Bank BBS - Fallbrook, CA  619-728-4318
  11. Lines: 48
  12.  
  13. So here's a question for programmers.
  14.  
  15. If you are allowed to pick any seven tiles in Scrabble,
  16. what seven letters (no blanks) would you pick that would 
  17. let you make the most seven letter words?  (Answer below.)
  18.  
  19. How do I know?  Well, out of curiosity, I wrote a program 
  20. that takes various combinations, like:
  21.  
  22.     - Just the seven tiles you have (for the first play
  23.       in Scrabble), and you get a list of all words in
  24.       the English language that can be made with any 
  25.       combination of from 2 to seven tiles.  (My Quick-
  26.       BASIC program spits out from just a few words to 
  27.       200 words, depending on the tiles used, in about 
  28.       3 to 8 seconds.)
  29.  
  30.     - Input the seven tiles you have, and the cross tiles
  31.       you can make words with.  The list shows all possible
  32.       cross words you can make, in order of the point 
  33.       values assigned to Scrabble tiles.
  34.  
  35.     - Enter just six tiles and you get a list of all 
  36.       possible words you can make using a blank.
  37.  
  38. Each of the first two variations can search a specially 
  39. prepared 55,000 word dictionary for all possible  words 
  40. that can be made from the given letters in under 10 
  41. seconds.
  42.  
  43. Now that I've written this wonderful, peachy-keen program,
  44. my question is what do I do with it??  Other than a "How
  45. to Cheat at Scrabble" program, has anyone any ideas on how
  46. this could be packaged or marketed as Shareware in a way
  47. that might benefit Shareware users?
  48.  
  49. And the answer to the question above is for you to pick the 
  50. following tiles:  E I P R S S T
  51. There are seven different seven letter words you can make 
  52. from these tiles.  I challenge anyone else to pick a better
  53. seven letters.
  54. --- MegaMail 2.10 #0
  55.                                                                                                               
  56. ----
  57. *--------------------------------------------------------------------------*
  58. | The File Bank BBS - 619-728-4318 - PCBoard v.14.5a/E10 - USR HST & DS    |
  59. | 8 nodes / RIME / Internet / Largest Clipper file collection in the world |
  60. *--------------------------------------------------------------------------*
  61.