A Wordscapes solver which uses combinations of letters to find all possible words in under a second.
Challenge: Make a program that given letters can outpput all possible words in seconds.
Tools: Go
Team: Joshua Fried (solo project)
The user enters go run wordscape.go into the command line. My program will then prompt the use to enter the letters. After the user enters the letters the program will output the answers. It finds the answers by using a combination of all the letters for 3, 4, 5 and 6 letter words from a word list of over 43000 words.
Wordscapes has many levels and a level is won by finding all the possible words that can be made from a combination of letters.
The level was completed only using the words from my program. My program can solve any Wordscapes level and comes up with the answers in under a second.