word game ???? help please

Posted by lolo on Stack Overflow See other posts from Stack Overflow or by lolo
Published on 2010-03-08T06:03:21Z Indexed on 2010/03/08 6:06 UTC
Read the original article Hit count: 295

Filed under:
|
|
|
|

Implement the “Word Decoder” game. This game will present the player with a series of scrambled words (up to 20 words) and challenge him/her to attempt to unscramble them. Each time a new word is displayed, and a text input is provided for the user to write the unscrambled word. Once the player thinks the word has been properly decoded, he clicks on the “Check answer” button. If the player’s answer is correct, his score is increased by one. If his answer is not correct, he is notified and he is then given a different word.

For example: The word “tac” is displayed. The user inputs “cat”. The answer is correct, and the user’s score is 1. The word “niol” is then displayed. The user inputs “oinl”. The answer is not correct, the user is alerted, and the score stays the same. The game then displays the next word and so on. After the last word, the final score is given to the player.

can you help me please???

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about game