Your
assignment is to make a simplified version of the television game: “Wheel of
Fortune.” (You can play this game on FaceBook)

Programming Notes:
We
will not be implementing a timer in our applets.
The program should randomly choose a
phrase from a list of at least twenty phrases stored in an array.
The buttons on the wall are also in an
array. When a letter is guessed correctly, it must go into the correct spot.
The results of the spin are randomly
generated as well. (You do not need to have the spinner actually land on a spot
on the wheel.)
You must display the number of turns
left and the score.
Alphabet displayed.
Phrase is randomly generated.
Wall
of buttons displayed showing white buttons for the phrase.
Clue
is displayed.
As
a correct letter is guessed, it is displayed in the correct place.
Score
is correctly calculated and displayed.
If
the letter should go in more than one blank, it does
If a
letter is chosen and there is more than one, the score is increased by the
amount for each letter.
Number
of turns left is correctly calculated and displayed.
.
Spin
is randomly generated including “bankrupt” and “Miss a turn”
Letters
that have already been guessed in the alphabet are indicated as already chosen.
The
player is able to choose the Solve button and fill in the letters.
If
the player does not solve the puzzle or runs out of turns a “you lose” message
is displayed.
When
the player wins, “congratulations” message is displayed.
Player can play again, (Play again button or new game button).
Your communication mark
will be based on the following:
Clear
Instructions
Internal
Documentation
“Look
and Feel” of the applet