![]() |
Answer this question PLEASE
Question A
You are required to create a game that will operate as follow
You are required to modify the above game so that instead of guessing numbers the player will guess a three letter word. You are required to ensure that the word enter has only three characters, otherwise allow the user to try again. You are required to create an array of string of size 10 of with three letter words will displayed to the user at the beginning of the game from which the player will select a word. The word selected by the player and the one selected by the computer will be compared and the scoring is done similar to the one above. In case however, allow the user enter the number of times they desire to run the program.at the end of the game display the computer’s score and the player’s score and congratulation message to the overall winner. |
Re: Answer this question PLEASE
Moved to Game Programming
|
Re: Answer this question PLEASE
random number to chars till 3chars
guess -> input 3 chars and verify them computer -> generate 3 random chars |
| All times are GMT +5.5. The time now is 17:04. |