Word Games
Game one:
Given a file containing all words in the Oxford dictionary, delimited by a newline, create a program which reads a word from a user and finds all words which may be constructed from the letters in that word.
Game two:
Given a file containing all words in the Oxford dictionary, delimited by a newline, prompt the users with a scrambled word and ask them to find all other words that can be formed from the letters provided. Show the user how many words of a given length remain.