-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Puzzle #3222
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?
Puzzle #3222
Conversation
Reviewer's Guide by SourceryThis pull request introduces a new script, 'Puzzle.py', which likely implements a puzzle-solving algorithm or game. Due to the limited information provided in the pull request description and the diff, a detailed summary of the implementation is not possible. The review should focus on understanding the script's logic, its inputs, outputs, and any dependencies it might have. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @ayushh0406 - I've reviewed your changes - here's some feedback:
Overall Comments:
- The PR description is a template - please fill it out with details of the changes.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Due to inactivity this pull request has been marked as stale. |
Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fixes #(issue_no)
Type of change
Please delete options that are not relevant.
Checklist:
README.md
Template for README.md
requirements.txt
file if needed.Project Metadata
If there is no-file/nothing to fill the below fields with, then type: none
Example:
If no requirements.txt needed/present, then type none inRequirments
.Category:
Title: <write script title here>
Folder: <type the folder name that contains your script>
Requirements: <type the name of text file containing the required to install python packages, type None if no file required>
Script: <Enter the name of the
.py
file (The main entry point of the program)>Arguments: <enter any arguments that the script needs but
-
separeted like: h-c-m>Contributor: <Enter your Github handle/username without url>
Description: <Enter a one line description that describes your script. Also, explain the arguments usage here>
Summary by Sourcery
New Features: