-
Notifications
You must be signed in to change notification settings - Fork 0
Closes #22 Startup description for SnakeGame #75
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
Please ask someone to add a comment to this PR offering to be a reviewer. |
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.
Here is the Checkstyle report for the proposed SnakeGame.java file.
The errors on line 16 were in the original and do not need to be addressed in this PR.
All other errors were introduced by the changes made by this PR and need to be fixed: convert all tab characters to spaces and break lines into liens of smaller lengths.
Please ask a colleague to add a comment to this PR indicating that they will review the changes.
Resolves #22 Fixed check style issues. I am workin on getting a contributor to review code |
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.
Pull Request Overview
This PR introduces an updated startup description for SnakeGame by replacing the placeholder message with detailed console output.
- Reformatted the getName method.
- Added multiple System.out.println statements describing the game rules.
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.
I can review his PR |
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.
Runtime behavior is good!
Regression testing is fine (no changes).
Only change requested is removal of a misplaced comment.
/** | ||
*Added print statements that give user | ||
*a descripton of how to play SnakeGame.java | ||
*@return Placeholder | ||
*/ |
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 seems to be more of a "Commit message" than a source code comment. Please delete.
Closes #22
Added a startup description for SnakeGame.java
-Spencer Church @Spencer-Church