architSrivastav / anagrams

"Anagram Game: Generate words with an additional letter based on a given word" is an android studio project in form of a game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anagrams-App

An anagram is a word formed by rearranging the letters of another word. For example, cinema is an anagram of iceman.

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 contain all the letters of the given word plus one additional letter. 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 'rose' or 'zero' but not 'sore'.
  3. The user can give up and see the words that they did not guess.

In order to ensure that the game is not too difficult, the computer will only propose words that have at least 5 possible valid anagrams.

About

"Anagram Game: Generate words with an additional letter based on a given word" is an android studio project in form of a game.

License:Apache License 2.0


Languages

Language:Java 100.0%