This is a simple mobile game in which you have to guess a word having a list of letters (in the basic version it is a list of American states). With every wrong answer, apples disappear from the tree. You can change the list of predicted words in the structure ListOfWords. Words are taken from the list in random order.
If you are using your own list of predicted words, do not use divisions and spaces.
You have to guess the hidden word having a list of letters. if you are wrong, you lose one apple. If you guess the letter, the apples stay in place. For guessing the word you will get a winning score, for losing all apples, you get a losing score. After receiving a win or a loss score, the game starts over.