-
Notifications
You must be signed in to change notification settings - Fork 27
Implement WordGuessGame Logic, Input Validation, and WIN/LOSE banner and unit tests #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Implement WordGuessGame Logic, Input Validation, and WIN/LOSE banner and unit tests #137
Conversation
Signed-off-by: Matt <mjcantin@yahoo.com>
Signed-off-by: Matt <mjcantin@yahoo.com>
Signed-off-by: Matt <mjcantin@yahoo.com>
Fixed checkstyle errors
Removed .idea directory from gitignore. Signed-off-by: Matt <mjcantin@yahoo.com>
…asciititle Revert "Fixed checkstyle errors"
Added line to display the number of remaining guesses in Jotto
user story 26
Removed a line that prints the number of guesses remaining. Signed-off-by: Matt <mjcantin@yahoo.com>
Implement WordGuessGame Logic, Input Validation, and WIN/LOSE
|
Tried squashing commits by deleting the branch, deleting my fork, deleting my local repository and starting fresh. Can't seem to completely squash all commits. Commits from main seem to follow over into this branch when creating a fresh branch. |
jody
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See individual line comments.
Added word dictionary, changed comment
Increased # guesses to 10 and fixed bad tests
Created additional tests
Added incorrect guess message
|
This PR addresses multiple issues such that it is not possible to accept some and not others. |
closes #25
closes #27
closes #78
closes #39