Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.16 KB

feedback.md

File metadata and controls

17 lines (15 loc) · 1.16 KB

Word-Guess Game

What We're Looking For

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.