Word Guesser/Word Search Use ? in place of unknown letters Example: word is hello, but you only know H, and the two l's. you would input h?ll?. Then, if you discover another letter (O, for instance), press R and enter h?llo, and it will refine the search. Press spacebar to add tell the program what letters are not in the word.
This is a program I created to beat a game called Probe. Essentially, it is a word guesser. See the notes inside on how it works. All code is my own