-
Notifications
You must be signed in to change notification settings - Fork 27
Added Sudoku Startup Description #126
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>
Signed-off-by: CamCranda11 <159499223+CamCranda11@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.
Please run Checkstyle (ant check style) to verify that your code modifications are consistent with the project's coding conventions.
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.
Please show that you have run checkstyle and there are no errors/warnings.
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.
Please see request for evidence of having run checkstyle checks.
updating my repository
Signed-off-by: CamCranda11 <159499223+CamCranda11@users.noreply.github.com>
First try to get my code compliant with ant checkstyle Signed-off-by: CamCranda11 <159499223+CamCranda11@users.noreply.github.com>
Second try Signed-off-by: CamCranda11 <159499223+CamCranda11@users.noreply.github.com>
Signed-off-by: CamCranda11 <159499223+CamCranda11@users.noreply.github.com>
Signed-off-by: CamCranda11 <159499223+CamCranda11@users.noreply.github.com>
|
There are currently 23 commits for this one change to the application. Please squash to a single commit. |

Added the necessary code, a few
printlns, into the SudokuGame.java file in lines 22-24 to address issue #23