-
Notifications
You must be signed in to change notification settings - Fork 27
fixed problem #26 displaying the number of remaining guesses in jotto #125
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?
Conversation
name Signed-off-by: hchagerman <123512775+hchagerman@users.noreply.github.com>
Update README.md
added name
added my name
add if Score == null Signed-off-by: hchagerman <123512775+hchagerman@users.noreply.github.com>
Update GameHistoryTracker.java
Signed-off-by: CamCranda11 <159499223+CamCranda11@users.noreply.github.com>
Signed-off-by: CamCranda11 <159499223+CamCranda11@users.noreply.github.com>
jotto with a remainder
Signed-off-by: hchagerman <123512775+hchagerman@users.noreply.github.com>
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.
This change appears to result in a Checkstyle error since it does not adhere to coding conventions.
File ConsoleGameHub/JottoGame.java
Error Description Line 66
File contains tab characters (this is the first instance).
Please be sure to run regression tests and checks for adherence to conventions.
19 commits seems to be far too many to address a single issue. Please squash judiciously.

[USER STORY] Display the number of remaining guesses in Jotto
[#26] (#26)
adds the number of attempts on line 65 and then prints out for a guess on line 66