Question: Hangman Game Rubric IN JAVA jGrasp please write comments explaining each line of code Possible Points Points Earned Functionality Implement selecting a word to guess
Hangman Game Rubric IN JAVA jGrasp please write comments explaining each line of code
|
| Possible Points | Points Earned |
| Functionality |
|
|
| Implement selecting a word to guess (Random word or user input) |
|
|
| Correctly handle correct guess (display all occurrences of letter guessed) |
|
|
| Correctly handle incorrect guess (keep track of number of incorrect guesses) |
|
|
| Correctly handle situation where user loses the game. (should only allow 6 incorrect guesses & display word) |
|
|
| Correctly handle situation where user wins the game (display congratulation message and end game or ask user to play again) |
|
|
| User Interface |
|
|
| Provide clear instructions for the user |
|
|
| Provide a way for user to know all the letters they have guessed |
|
|
| Provide a way for user to know how many correct/incorrect attempts they have made |
|
|
| Code |
|
|
| Comment your code |
|
|
| Provide at least 2 methods besides the main method |
|
|
| Explanation of code |
|
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
