Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.46 KB

feedback.md

File metadata and controls

23 lines (21 loc) · 1.46 KB

Word-Guess Game

What We're Looking For

Feature Feedback                                                                              
Both Teammates contributed to the codebase.
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.
Created interesting ASCII Art.
Baseline
Regular Commits with meaningful commit messages.
Readable code with consistent indentation.
Created a pull request with your name & a meaningful message.
Extras
Used the Colorize Gem.
User is not penalized for guessing the same word twice.
Multiple difficulty levels.
The program can accept the whole word in one guess.