Skip to content

An anagram is a word formed by rearranging the letters of another word. For example, "secure" is an anagram of "rescue". The mechanics of the game are as follows: The game provides the user with a word from the dictionary. The user tries to create as many words as possible that contains all the letters of the given word plus one additional lette…

Notifications You must be signed in to change notification settings

MayankBharati/Android-Anagram-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Android-Anagram-Game

An anagram is a word formed by rearranging the letters of another word. For example, "secure" is an anagram of "rescue".

The mechanics of the game are as follows:

  1. The game provides the user with a word from the dictionary.

  2. The user tries to create as many words as possible that contains all the letters of the given word plus one additional letter. Note that adding the extra letter at the beginning or the end 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 'rose' or 'zero' but not 'sore'.

  3. The user can give up and see the words that they did not guess.

The computer will only propose words that have atleast 5 possible anagrams.

About

An anagram is a word formed by rearranging the letters of another word. For example, "secure" is an anagram of "rescue". The mechanics of the game are as follows: The game provides the user with a word from the dictionary. The user tries to create as many words as possible that contains all the letters of the given word plus one additional lette…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published