| Feature | Feedback |
|---|---|
| Baseline | |
| Regular Commits with meaningful commit messages. | |
| Readable code with consistent indentation. | |
| Answered comprehension questions | |
| Product Functionalities | |
| Created a Class to encapsulate game functionality. | |
| Used methods to DRY up your code. | |
| Created instance variables & local variables where appropriate. | |
| Used Arrays to store lists of letters guessed. | |
| Used variables & random numbers to allow the game to function with multiple words, no hard-coded answers. | |
| Programmed "defensively" to detect errors in user input. |