Open
Conversation
gigamonkey
requested changes
Feb 4, 2025
Owner
gigamonkey
left a comment
There was a problem hiding this comment.
One suggestion for a change to your solution script and then this will be ready to merge.
Co-authored-by: Peter Seibel <peter@gigamonkeys.com>
gigamonkey
requested changes
Feb 11, 2025
Owner
gigamonkey
left a comment
There was a problem hiding this comment.
Whoops. I lied. I just noticed that your solution doesn't work and your hint is maybe not sufficient for the player to solve the puzzle.
| grep -o 'LeBron.*' puzzle/LeBronInfo.txt \ | ||
| | sed -n '50p' \ | ||
| | sed 's/^LeBron\s*//' No newline at end of file | ||
| sed -n '50s/^LeBron\s*//p' puzzle/LeBronInfo.txt No newline at end of file |
Owner
There was a problem hiding this comment.
Whoops. I just noticed this doesn't actually work. You should test your solution and fix it. Maybe you changed the puzzle? Or possibly I didn't test it before and assumed it worked. At any rate, it doesn't work now.
| echo "Oh hail the mighty LeBron James, the king of the NBA and greatest basketball player of all time!" >> "$FILE" | ||
| done | ||
|
|
||
| echo "Secret is appended immediately after 'LeBron' on the 50th line, with no spaces in between." |
Owner
There was a problem hiding this comment.
Feels like you need to tell them what file it's in or how to find it in the hint.
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.
Here is the implementation of an extra challenge, the LeBron puzzle step