| |
| Download Excel File |
This program was written by me.
To make a short story long: one of the reasons I put the google search box on this site is because it also gives me a report on what people search for (after not finding it here.) One of the things not found here was "Text Twist", which I didn't know what that was. So I looked to see what that was and thought, "I could program that!"
The game is to take a 6 letter word (letters scrambled), and try to find all possible 3, 4, 5 and 6 letter words using those letters. The play goes just in the textbox on screen -- "enter" uncovers the word (if it's there) and clears the textbox for the next attempt.
With regard to the programming: I've written other Excel modules to do unexpected things with words, so I had a good long word list at hand. I dug that up, scrambled the 6 letter words, and use the built-in spell checker to generate the words for each game. That takes roughly 30 seconds to generate a set on my machine.
This version was built in roughly 2-3 hours. There are things I am not completely satisfied about. First, it takes too long to generate the sub-words. Second, to simplify things I left out all words with repeating letters. Third, since it relies on spellcheck to generate words, it sometimes includes some pretty dubious choices.
All of those, plus ranking of difficulty, could be fixed by storing the sub-words along with the clue. But that would take a lot of memory, so what the heck, I'm leaving it as is.
Have comments about this program? Leave them below!
Excel is a registered trademarkof the Microsoft® Corporation.