/anagram-game

An android app for a simple anagram game.

Primary LanguageJava

Anagram-game

An android app for a simple anagram game.
It has the following steps:
1)The game provides the user with a word from the dictionary.
2)The user tries to create as many words as possible that contain all the letters of the given word plus two additional letters. Note that adding the extra letter at the beginning or the end without reordering the other letters is not valid. For example, if the game picks the word 'ore' as a starter, the user might guess 'roses' but not 'sores'.
3)The user can give up and see the words that they did not guess.