Implement WordGuessGame Logic, Input Validation, and WIN/LOSE banner and unit tests#137
Open
mjcat1n wants to merge 30 commits intoMetroCS:mainfrom
Open
Implement WordGuessGame Logic, Input Validation, and WIN/LOSE banner and unit tests#137mjcat1n wants to merge 30 commits intoMetroCS:mainfrom
mjcat1n wants to merge 30 commits intoMetroCS:mainfrom
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
Contributor
Author
|
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
reviewed
Oct 23, 2025
jody
reviewed
Oct 23, 2025
jody
reviewed
Oct 23, 2025
jody
reviewed
Oct 23, 2025
jody
requested changes
Oct 23, 2025
Contributor
jody
left a comment
There was a problem hiding this comment.
See individual line comments.
Added word dictionary, changed comment
Increased # guesses to 10 and fixed bad tests
Created additional tests
Added incorrect guess message
Contributor
|
This PR addresses multiple issues such that it is not possible to accept some and not others. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #25
closes #27
closes #78
closes #39